Runtime

Uses of Interface
org.eclipse.gmf.runtime.diagram.core.listener.NotificationListener

Packages that use NotificationListener
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 NotificationListener in org.eclipse.gmf.runtime.diagram.core.listener
 

Methods in org.eclipse.gmf.runtime.diagram.core.listener with parameters of type NotificationListener
 void DiagramEventBroker.addNotificationListener(org.eclipse.emf.ecore.EObject target, org.eclipse.emf.ecore.EStructuralFeature key, NotificationListener listener)
          Add the supplied listener to the listener list.
 void DiagramEventBroker.addNotificationListener(org.eclipse.emf.ecore.EObject target, NotificationListener listener)
          Add the supplied listener to the listener list.
 void DiagramEventBroker.removeNotificationListener(org.eclipse.emf.ecore.EObject target, NotificationListener listener)
          remove the supplied listener from the listener list.
 void DiagramEventBroker.removeNotificationListener(org.eclipse.emf.ecore.EObject target, java.lang.Object key, NotificationListener listener)
          remove the supplied listener from the listener list.
 


Runtime

Guidelines for using Eclipse APIs.

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