Package org.graffiti.session
Class SessionAdapterExt
java.lang.Object
org.graffiti.session.SessionAdapterExt
- All Implemented Interfaces:
SessionListener,SessionListenerExt
public class SessionAdapterExt extends Object implements SessionListenerExt
Adapter for the SessionListenerExt interface, providing default
empty implementation. Useful, given you don't need all interface methods.
- Since:
- 2.7.0
- Author:
- D. Garkov
-
Constructor Summary
Constructors Constructor Description SessionAdapterExt() -
Method Summary
Modifier and Type Method Description voidsessionChanged(Session s)This method is called when the session changes.voidsessionClosed(Session session)Is called once the session has been removed from the system.voidsessionDataChanged(Session s)This method is called when the data (except the graph data) are changed.
-
Constructor Details
-
SessionAdapterExt
public SessionAdapterExt()
-
-
Method Details
-
sessionChanged
Description copied from interface:SessionListenerThis method is called when the session changes.- Specified by:
sessionChangedin interfaceSessionListener- Parameters:
s- the new Session.
-
sessionDataChanged
Description copied from interface:SessionListenerThis method is called when the data (except the graph data) are changed.- Specified by:
sessionDataChangedin interfaceSessionListener
-
sessionClosed
Description copied from interface:SessionListenerExtIs called once the session has been removed from the system.- Specified by:
sessionClosedin interfaceSessionListenerExt
-