com.anabas.sharedlet
Interface SessionListener


public interface SessionListener

The listener interface to changes that occur in the session manager service.


Method Summary
 void userJoined(SessionEvent e)
          A user has joined.
 void userLeft(SessionEvent e)
          A user has left.
 

Method Detail

userJoined

public void userJoined(SessionEvent e)
A user has joined. The event source contains the SharedletUser object.
Parameters:
e - The user joined event.

userLeft

public void userLeft(SessionEvent e)
A user has left. The event source contains the SharedletUser object.