org.davic.net.ca
Class StartMMIEvent

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

public class StartMMIEvent
extends MMIEvent

This event informs an application that an MMI dialogue has to be started.

See Also:
Serialized Form

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

StartMMIEvent

public StartMMIEvent(MMIObject mmiObject,
                     int dialogueId,
                     java.lang.Object caModule)
Constructor for the event

Parameters:
mmiObject - the MMI object
dialogueId - a unique identifier for the dialogue
caModule - the CAModule object representing the source of the event, which shall be returned by the getSource method.
Method Detail

getMMIObject

public MMIObject getMMIObject()
Returns a reference to the object that describes the MMI.

Returns:
the MMI object describing the MMI dialogue to be presented