|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionEvent | |
uk.org.ogsadai.sessions | Contains the core classes and interfaces used to support sessions. |
uk.org.ogsadai.sessions.impl | Contains implementations of the sessions interfaces to provide support for transient sessions. |
Uses of SessionEvent in uk.org.ogsadai.sessions |
Methods in uk.org.ogsadai.sessions with parameters of type SessionEvent | |
void |
SessionListener.sessionJoined(SessionEvent event)
Invoked when a session participant joins a session. |
void |
SessionListener.sessionLeft(SessionEvent event)
Invoked when a session participant leaves a session. |
void |
SessionListener.sessionCleanedUp(SessionEvent event)
Invoked when a session is cleaned up during its termination. |
void |
SessionEventDispatcher.sessionJoined(SessionEvent event)
Handles the "session joined" event by invoking the sessionJoined() method on each session listener. |
void |
SessionEventDispatcher.sessionLeft(SessionEvent event)
Handles the "session left" event by invoking the sessionLeft() method on each session listener. |
void |
SessionEventDispatcher.sessionCleanedUp(SessionEvent event)
Handles the "session cleaned-up" event by invoking the sessionCleanedUp() method on each session listener. |
Uses of SessionEvent in uk.org.ogsadai.sessions.impl |
Methods in uk.org.ogsadai.sessions.impl with parameters of type SessionEvent | |
void |
SessionTerminator.sessionJoined(SessionEvent event)
|
void |
SessionTerminator.sessionLeft(SessionEvent event)
|
void |
SessionTerminator.sessionCleanedUp(SessionEvent event)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |