|
||||||||||
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.MMIEvent
org.davic.net.ca.CloseMMIEvent
This event informs application(s) that an MMI dialogue has to be closed. During normal operation, an MMI dialogue is closed either after receiving a new StartMMIEvent or after receiving a CloseMMIEvent.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CloseMMIEvent(java.lang.Object caModule,
int DialogueID)
Constructor for the event |
Methods inherited from class org.davic.net.ca.MMIEvent |
getDialogueId, getSource |
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 CloseMMIEvent(java.lang.Object caModule, int DialogueID)
caModule
- the CAModule or CAModuleManager object representing
the source of the event.DialogueID
- the dialogue which has been closed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |