|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.glaivestone.javax.execution.SessionEventAdaptor
Default event listener adapter for receiving session life cycle events. The default behavior is to do nothing.
This is a convenience class to simplify creating listeners for specific subsets of events in the session life cycle.
| Constructor Summary | |
SessionEventAdaptor()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SessionEventAdaptor()
| Method Detail |
public void aboutToStartSession(SessionEvent event)
aboutToStartSession in interface SessionEventListenerSessionEventListener.aboutToStartSession(com.glaivestone.javax.execution.SessionEvent)public void sessionStarted(SessionEvent event)
sessionStarted in interface SessionEventListenerSessionEventListener.sessionStarted(com.glaivestone.javax.execution.SessionEvent)
public void confirmSessionShutdown(SessionEvent event)
throws VetoException
confirmSessionShutdown in interface SessionEventListenerVetoException - thrown if a listener vetos the proposed session shutdownSessionEventListener.confirmSessionShutdown(com.glaivestone.javax.execution.SessionEvent)public void aboutToShutdownSession(SessionEvent event)
aboutToShutdownSession in interface SessionEventListenerSessionEventListener.aboutToShutdownSession(com.glaivestone.javax.execution.SessionEvent)
|
GFL 1.1 API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||