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, 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 |
|
Fields inherited from interface org.argouml.application.events.ArgoEventTypes |
ANY_EVENT, ANY_MODULE_EVENT, ANY_NOTATION_EVENT, ARGO_EVENT_END, LAST_MODULE_EVENT, LAST_NOTATION_EVENT, MODULE_DISABLED, MODULE_ENABLED, MODULE_LOADED, MODULE_UNLOADED, NOTATION_ADDED, NOTATION_CHANGED, NOTATION_PROVIDER_ADDED, NOTATION_PROVIDER_REMOVED, NOTATION_REMOVED |
ArgoModuleEvent
public ArgoModuleEvent(int eventType,
ArgoModule src)
- Instantiates a specific module event.
- Parameters:
eventType
- that occurredsrc
- the module that caused it to happen
getEventStartRange
public int getEventStartRange()
- Indicates the start of the range for events.
- Overrides:
getEventStartRange
in class ArgoEvent
- Returns:
- the first id reserved for module events.