|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The listener interface for receiving session life-cycle event notifications.
SessionManager| Method Summary | |
void |
aboutToShutdownSession(SessionEvent event)
Notification event that session shutdown processing is being initiated. |
void |
aboutToStartSession(SessionEvent event)
Notification event that the session is about to be started. |
void |
confirmSessionShutdown(SessionEvent event)
Vetoable confirmation event notification that session shutdown processing is about to be initiated. |
void |
sessionStarted(SessionEvent event)
Notification event that the session has been started. |
| Method Detail |
public void aboutToStartSession(SessionEvent event)
public void sessionStarted(SessionEvent event)
public void confirmSessionShutdown(SessionEvent event)
throws VetoException
VetoException - thrown if a listener vetos the proposed session shutdownpublic void aboutToShutdownSession(SessionEvent event)
|
GFL 1.1 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||