|
||||||||||
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.StartMMIEvent
This event informs an application that an MMI dialogue has to be started.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
StartMMIEvent(MMIObject mmiObject,
int dialogueId,
java.lang.Object caModule)
Constructor for the event |
Method Summary | |
MMIObject |
getMMIObject()
Returns a reference to the object that describes the MMI. |
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 StartMMIEvent(MMIObject mmiObject, int dialogueId, java.lang.Object caModule)
mmiObject
- the MMI objectdialogueId
- a unique identifier for the dialoguecaModule
- the CAModule object representing the source of the event,
which shall be returned by the getSource
method.Method Detail |
public MMIObject getMMIObject()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |