Uses of Interface
org.eclipse.emf.ecp.changebroker.spi.NotificationProvider

Packages that use NotificationProvider
org.eclipse.emf.ecp.changebroker.emfstore.internal   
org.eclipse.emf.ecp.changebroker.internal   
org.eclipse.emf.ecp.changebroker.spi   
org.eclipse.emf.ecp.changebroker.test   
 

Uses of NotificationProvider in org.eclipse.emf.ecp.changebroker.emfstore.internal
 

Classes in org.eclipse.emf.ecp.changebroker.emfstore.internal that implement NotificationProvider
 class EMFStoreNotificationProvider
          NotificationProvider acting as a source for notifications from EMFStore.
 

Uses of NotificationProvider in org.eclipse.emf.ecp.changebroker.internal
 

Methods in org.eclipse.emf.ecp.changebroker.internal that return types with arguments of type NotificationProvider
 Set<NotificationProvider> ChangeBrokerImpl.getNotificationProviders()
          For testing purposes.
 

Methods in org.eclipse.emf.ecp.changebroker.internal with parameters of type NotificationProvider
 void ChangeBrokerImpl.addNotificationProvider(NotificationProvider provider)
          Adds a notification provider.
 void ChangeBrokerImpl.removeNotificationProvider(NotificationProvider provider)
          Removes a notification provider.
 

Uses of NotificationProvider in org.eclipse.emf.ecp.changebroker.spi
 

Classes in org.eclipse.emf.ecp.changebroker.spi that implement NotificationProvider
 class AbstractNotificationProvider
          Abstract implementation of a NotificationProvider.
 

Uses of NotificationProvider in org.eclipse.emf.ecp.changebroker.test
 

Classes in org.eclipse.emf.ecp.changebroker.test that implement NotificationProvider
 class ContentAdapterNotificationProvider
           
 



Copyright © 2015. All Rights Reserved.