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, java.io.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
_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
ArgoNotationEvent(int eventType, java.lang.Object 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

ArgoNotationEvent

public ArgoNotationEvent(int eventType,
                         java.lang.Object src)
Method Detail

getEventStartRange

public int getEventStartRange()
Overrides:
getEventStartRange in class ArgoEvent


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