org.davic.net.ca
Class CloseMMIEvent

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

public class CloseMMIEvent
extends MMIEvent

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.

See Also:
Serialized Form

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

CloseMMIEvent

public CloseMMIEvent(java.lang.Object caModule,
                     int DialogueID)
Constructor for the event

Parameters:
caModule - the CAModule or CAModuleManager object representing the source of the event.
DialogueID - the dialogue which has been closed