Uses of Class
org.argouml.model.uml.EventKey

Packages that use EventKey
org.argouml.model.uml Implementations of the Factory and support methods for the NSUML implementation. 
 

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(Class modelClass)
          Returns all eventkeys that an instance of the given modelClass could possibly fire.
 EventKey[] EventTreeDefinition.getEventTypes(Class modelClass, 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(Class element, EventKey key, ru.novosoft.uml.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(Class element, EventKey key, ru.novosoft.uml.MElementListener listener)
          Removes a listener as being interested in the given event.
 ru.novosoft.uml.MElementListener[] ClassListenerHashMap.getListeners(Class element, EventKey key)
          Returns all listeners that are interested in the given event.
 void EventListenerHashMap.put(ru.novosoft.uml.MBase element, EventKey key, ru.novosoft.uml.MElementListener listener)
          Puts the given listener as listener to the given modelelement and given eventKey in the map.
 void EventListenerHashMap.remove(ru.novosoft.uml.MBase element, EventKey key, ru.novosoft.uml.MElementListener listener)
          Removes a listener for a given eventkey and a given modelelement.
 ru.novosoft.uml.MElementListener[] EventListenerHashMap.getListeners(ru.novosoft.uml.MBase element, EventKey key)
          Returns all listeners that are registered for the given modelElement and the given EventKey.
 ru.novosoft.uml.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, ru.novosoft.uml.MElementListener listener)
          Registers the given listeners for the event typed by EventKey.
 boolean EventListenerList.contains(EventKey key, ru.novosoft.uml.MElementListener listener)
           
 void EventListenerList.remove(EventKey key, ru.novosoft.uml.MElementListener listener)
          Removes a listener from the list.
private  int EventListenerList.getListenerCount(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.
 



ArgoUML © 1996-2004 (20050222)ArgoUML HomepageArgoUML Developers' pageArgoUML Cookbook