Knopflerfish OSGi 5.2.0

org.knopflerfish.service.console
Interface SessionListener


public interface SessionListener

Session event listener interface.

Author:
Gatespace AB
See Also:
Session

Method Summary
 void sessionEnd(Session session)
          Session end event.
 

Method Detail

sessionEnd

void sessionEnd(Session session)
Session end event. Called when the close method of session is executed.

Parameters:
session - Current session

Knopflerfish OSGi 5.2.0