Runtime

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

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

Methods in org.eclipse.gmf.runtime.diagram.core.listener with parameters of type NotificationPreCommitListener
 void DiagramEventBroker.addNotificationListener(org.eclipse.emf.ecore.EObject target, org.eclipse.emf.ecore.EStructuralFeature key, NotificationPreCommitListener listener)
          Add the supplied listener to the listener list.
 void DiagramEventBroker.addNotificationListener(org.eclipse.emf.ecore.EObject target, NotificationPreCommitListener listener)
          Add the supplied listener to the listener list.
 void DiagramEventBroker.removeNotificationListener(org.eclipse.emf.ecore.EObject target, NotificationPreCommitListener listener)
          remove the supplied listener from the listener list.
 void DiagramEventBroker.removeNotificationListener(org.eclipse.emf.ecore.EObject target, java.lang.Object key, NotificationPreCommitListener 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.