org.davic.net.ca
Class MMIEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.davic.net.ca.MMIEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CloseMMIEvent, StartMMIEvent

public abstract class MMIEvent
extends java.util.EventObject

Base class for events related to MMI dialogs

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 int getDialogueId()
          Returns the identifier of the dialogue.
 java.lang.Object getSource()
          Returns the CAModule or CAModuleManager that is the source of the event
 
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
 

Method Detail

getDialogueId

public int getDialogueId()
Returns the identifier of the dialogue.

Returns:
the identifier of the dialogue

getSource

public java.lang.Object getSource()
Returns the CAModule or CAModuleManager that is the source of the event