Interface IDebugSession.IDebugSessionTerminationListener

  • Enclosing interface:
    IDebugSession
    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 static interface IDebugSession.IDebugSessionTerminationListener
    Listener that wants to know when debug session has ended.
    • Method Detail

      • sessionTerminated

        void sessionTerminated​(IDebugSession session)
        Notified when debug session has ended.
        Parameters:
        session - The session that has ended. Must not be null.