org.argouml.application.events
Class ArgoModuleEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.argouml.application.events.ArgoEvent
              |
              +--org.argouml.application.events.ArgoModuleEvent
All Implemented Interfaces:
ArgoEventTypes, java.io.Serializable

public class ArgoModuleEvent
extends ArgoEvent

ArgoModuleEvent is used to notify interested parties that the module which is the event source has been posted, selected, or canceled.

See Also:
Serialized Form

Fields inherited from class org.argouml.application.events.ArgoEvent
_eventType
 
Fields inherited from class java.util.EventObject
source
 
Fields inherited from interface org.argouml.application.events.ArgoEventTypes
ANY_EVENT, ANY_MODULE_EVENT, ANY_NOTATION_EVENT, ARGO_EVENT_END, MODULE_DISABLED, MODULE_ENABLED, MODULE_LOADED, MODULE_UNLOADED, NOTATION_ADDED, NOTATION_CHANGED, NOTATION_PROVIDER_ADDED, NOTATION_PROVIDER_REMOVED, NOTATION_REMOVED
 
Constructor Summary
ArgoModuleEvent(int eventType, ArgoModule src)
           
 
Method Summary
 int getEventStartRange()
           
 
Methods inherited from class org.argouml.application.events.ArgoEvent
getEventEndRange, getEventType, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgoModuleEvent

public ArgoModuleEvent(int eventType,
                       ArgoModule src)
Method Detail

getEventStartRange

public int getEventStartRange()
Overrides:
getEventStartRange in class ArgoEvent


ArgoUML (c) 1996-2002
ArgoUML Project Home
ArgoUML Cookbook