swpchat.server
Interface ListenerBase

All Known Subinterfaces:
ChannelCollectionListener, ChannelListener

public interface ListenerBase

Base Listener interface, which provides abstract methods that are common for all listeners.

Author:
Christian Stuellenberg

Method Summary
 java.lang.String getIdentifier()
          Method is used to determine which Listener the implemenatation class is.
 

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Method is used to determine which Listener the implemenatation class is.
Returns:
a unique ID. So the sessionKey is a perfect candidate for this.