|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventKey | |
---|---|
org.argouml.model.uml | Factory and support methods for the OMG UML metamodel. |
Uses of EventKey in org.argouml.model.uml |
---|
Fields in org.argouml.model.uml declared as EventKey | |
(package private) static EventKey |
EventKey.EMPTY_KEY
|
Methods in org.argouml.model.uml that return EventKey | |
EventKey[] |
EventTreeDefinition.getEventTypes(java.lang.Class modelClass)
Returns all eventkeys that an instance of the given modelClass could possibly fire. |
EventKey[] |
EventTreeDefinition.getEventTypes(java.lang.Class modelClass,
java.lang.String name)
Returns all EventKeys (eventdefinitions) with the given eventName that the given modelClass can fire. |
Methods in org.argouml.model.uml with parameters of type EventKey | |
void |
ClassListenerHashMap.put(java.lang.Class element,
EventKey key,
MElementListener listener)
Puts a listener that is interested in a certain event that will be send by instances of the given meta-class. |
void |
ClassListenerHashMap.remove(java.lang.Class element,
EventKey key,
MElementListener listener)
Removes a listener as being interested in the given event. |
MElementListener[] |
ClassListenerHashMap.getListeners(java.lang.Class element,
EventKey key)
Returns all listeners that are interested in the given event. |
void |
EventListenerHashMap.put(MBase element,
EventKey key,
MElementListener listener)
Puts the given listener as listener to the given modelelement and given eventKey in the map. |
void |
EventListenerHashMap.remove(MBase element,
EventKey key,
MElementListener listener)
Removes a listener for a given eventkey and a given modelelement. |
MElementListener[] |
EventListenerHashMap.getListeners(MBase element,
EventKey key)
Returns all listeners that are registered for the given modelElement and the given EventKey. |
MElementListener[] |
EventListenerList.getListeners(EventKey key)
Returns an array of listeners that are interested in an event that is typed by the given EventKey. |
void |
EventListenerList.add(EventKey key,
MElementListener listener)
Registers the given listeners for the event typed by EventKey. |
void |
EventListenerList.remove(EventKey key,
MElementListener listener)
Removes a listener from the list. |
private int |
EventListenerList.getListenerCount(java.lang.Object[] list,
EventKey key)
Returns the number of listeners that are interested in the given key and exist in the given object array. |
int |
EventListenerList.getListenerCount(EventKey key)
Returns the total number of listeners of the supplied type for this listener list. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
ArgoUML © 1996-2004 (20040306) | ArgoUML Homepage | ArgoUML Developers' page | ArgoUML Cookbook |