|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.glaivestone.javax.util.ConfirmationEventObject | +--com.glaivestone.javax.execution.SessionEvent
A session event is fired to notify listeners of general session life-cycle events such as startup and shutdown.
SessionManager
,
SessionEventListener
,
Serialized FormField Summary | |
static int |
ABOUT_TO_SHUTDOWN
Notification event that session shutdown processing is being initiated. |
static int |
ABOUT_TO_START
Notification event that the session is about to be started. |
static int |
CONFIRM_SHUTDOWN
Vetoable confirmation event notification that session shutdown processing is about to be initiated. |
static int |
STARTED
Notification event that the session has been started. |
Constructor Summary | |
SessionEvent(int id,
java.lang.Object source)
Constructs a new SessionEvent . |
Method Summary | |
int |
getID()
Answer the event type. |
Methods inherited from class com.glaivestone.javax.util.ConfirmationEventObject |
veto |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int ABOUT_TO_START
public static final int STARTED
public static final int CONFIRM_SHUTDOWN
public static final int ABOUT_TO_SHUTDOWN
Constructor Detail |
public SessionEvent(int id, java.lang.Object source)
SessionEvent
.
id
- the ID which identifies the specific eventsource
- The object on which the event initially occurred.Method Detail |
public int getID()
|
GFL 1.1 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |