|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving session events. Any class that is interested in processing session events must implements this interface.
A session listener object can be registered with an
InternalSession
object using the
addSessionListener()
method. After registration, the
session listener will be notified whenever a session participant
joins or leaves that session. The SessionEvent
class
is used to encapsulate details of the event.
Method Summary | |
void |
sessionCleanedUp(SessionEvent event)
Invoked when a session is cleaned up during its termination. |
void |
sessionJoined(SessionEvent event)
Invoked when a session participant joins a session. |
void |
sessionLeft(SessionEvent event)
Invoked when a session participant leaves a session. |
Method Detail |
public void sessionJoined(SessionEvent event)
event
- Describes the details of the event.public void sessionLeft(SessionEvent event)
event
- Describes the details of the event.public void sessionCleanedUp(SessionEvent event)
event
- Describes the details of the event.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |