Runtime

Uses of Class
org.eclipse.gmf.runtime.diagram.core.listener.DiagramEventBroker.NotifierToKeyToListenersSetMap

Packages that use DiagramEventBroker.NotifierToKeyToListenersSetMap
org.eclipse.gmf.runtime.diagram.core.listener Aurora internal packages Package Specification this package contains classes related to the listening and Notifying capabilities provided by the diagram layer 
 

Uses of DiagramEventBroker.NotifierToKeyToListenersSetMap in org.eclipse.gmf.runtime.diagram.core.listener
 

Methods in org.eclipse.gmf.runtime.diagram.core.listener that return DiagramEventBroker.NotifierToKeyToListenersSetMap
protected  DiagramEventBroker.NotifierToKeyToListenersSetMap DiagramEventBroker.getPostCommitListenersMap()
          returns the post commit listeners map
protected  DiagramEventBroker.NotifierToKeyToListenersSetMap DiagramEventBroker.getPreCommitListenersMap()
          returns the pre commit listeners map
 

Methods in org.eclipse.gmf.runtime.diagram.core.listener with parameters of type DiagramEventBroker.NotifierToKeyToListenersSetMap
protected  java.util.Set DiagramEventBroker.getInterestedNotificationListeners(org.eclipse.emf.common.notify.Notification event, DiagramEventBroker.NotifierToKeyToListenersSetMap listeners)
          gets a subset of all the registered listeners who are interested in receiving the supplied event.
 


Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.