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 SessionCloseListener
A SessionCloseListener is invoked when a SshdSession is closed.
Since:
5.2
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when a SshdSession has been closed.
  • Method Details

    • sessionClosed

      void sessionClosed(SshdSession session)
      Invoked when a SshdSession has been closed.
      Parameters:
      session - that was closed.