|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.davic.net.ca.MessageEvent
org.davic.net.ca.SessionClosedEvent
Event to notify the application that a session has been closed.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
SessionClosedEvent(int SessionID,
java.lang.Object caModule)
Constructor for the event |
Method Summary | |
java.lang.Object |
getSource()
This method returns the CAModule that is the source of the event |
Methods inherited from class org.davic.net.ca.MessageEvent |
getSessionId |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SessionClosedEvent(int SessionID, java.lang.Object caModule)
SessionID
- the sessionID of the session concernedcaModule
- the CAModule object representing the module that
is the source of the eventMethod Detail |
public java.lang.Object getSource()
getSource
in class MessageEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |