Class SessionAdapter

java.lang.Object
org.graffiti.session.SessionAdapter
All Implemented Interfaces:
SessionListener
Direct Known Subclasses:
GraphScaler

public class SessionAdapter
extends Object
implements SessionListener
Adapter for the SessionListener interface, providing default empty implementation. Useful, given you don't need all interface methods.
Since:
2.7.0
Author:
D. Garkov
  • Constructor Details

    • SessionAdapter

      public SessionAdapter()
  • Method Details