org.argouml.application.events
Class ArgoNotationEvent
java.lang.Object
java.util.EventObject
org.argouml.application.events.ArgoEvent
org.argouml.application.events.ArgoNotationEvent
- All Implemented Interfaces:
- ArgoEventTypes, Serializable
- public class ArgoNotationEvent
- extends ArgoEvent
ArgoNotationEvent 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 |
Method Summary |
int |
getEventStartRange()
Indicates the start of the 100-digit range for notation events. |
ArgoNotationEvent
public ArgoNotationEvent(int eventType,
Object src)
- Parameters:
eventType
- reported by this event.src
- object that caused the event.
getEventStartRange
public int getEventStartRange()
- Indicates the start of the 100-digit range for notation events.
- Overrides:
getEventStartRange
in class ArgoEvent
- Returns:
- the first id reserved for events.