|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SessionEventListener
Interface to listen for session events. Use the
SessionEventDispatcher.addListener(SessionEventListener)
method to register for events.
| Method Summary | |
|---|---|
void |
anonymousSessionCreated(Session session)
An anonymous session was created. |
void |
anonymousSessionDestroyed(Session session)
An anonymous session was created. |
void |
sessionCreated(Session session)
A session was created. |
void |
sessionDestroyed(Session session)
A session was destroyed |
| Method Detail |
|---|
void sessionCreated(Session session)
session - the session.void sessionDestroyed(Session session)
session - the session.void anonymousSessionCreated(Session session)
session - the session.void anonymousSessionDestroyed(Session session)
session - the session.
|
Wildfire 3.1.1 Javadoc | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||