Package org.eclipse.jgit.transport.sshd
Interface SessionCloseListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SessionCloseListenerASessionCloseListeneris invoked when aSshdSessionis closed.- Since:
- 5.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsessionClosed(SshdSession session)Invoked when aSshdSessionhas been closed.
-
-
-
Method Detail
-
sessionClosed
void sessionClosed(SshdSession session)
Invoked when aSshdSessionhas been closed.- Parameters:
session- that was closed.
-
-