org.davic.net.ca
Class MMIActiveEvent

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

public class MMIActiveEvent
extends CAEvent

This event informs that an MMI user dialog has been started

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MMIActiveEvent(java.lang.Object caModule)
          Constructor for the event
 
Method Summary
 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
 

Constructor Detail

MMIActiveEvent

public MMIActiveEvent(java.lang.Object caModule)
Constructor for the event

Parameters:
caModule - the CAModule or CAModuleManager object representing the source of the event
Method Detail

getSource

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

Overrides:
getSource in class CAEvent