@FunctionalInterface public interface SessionCloseListener
SessionCloseListener is invoked when a SshdSession is
closed.| Modifier and Type | Method and Description |
|---|---|
void |
sessionClosed(SshdSession session)
Invoked when a
SshdSession has been closed. |
void sessionClosed(SshdSession session)
SshdSession has been closed.session - that was closed.Copyright © 2019 Eclipse JGit Project. All rights reserved.