com.waveset.session
Interface ServerListener


public interface ServerListener


Method Summary
 void shutdown()
          Request a stoppage of the listener.
 void start(ObjectCache cache)
          Start the listener.
 

Method Detail

shutdown

public void shutdown()
Request a stoppage of the listener.


start

public void start(ObjectCache cache)
Start the listener. This should be the start method from the thread class, so that the listener is spawned by the jvm in the background.