org.eclipse.emf.ecp.changebroker.spi
Interface NotificationReceiver

All Known Implementing Classes:
ChangeBrokerImpl

public interface NotificationReceiver

A target for new notifications.

Author:
jfaltermeier

Method Summary
 void notify(org.eclipse.emf.common.notify.Notification notification)
          Called whenever there is a new Notification meant for the receiver.
 

Method Detail

notify

void notify(org.eclipse.emf.common.notify.Notification notification)
Called whenever there is a new Notification meant for the receiver.

Parameters:
notification - the notification


Copyright © 2015. All Rights Reserved.