Interface ModelChangeAddRemoveListener

  • All Superinterfaces:
    ModelChangeListener
    All Known Implementing Classes:
    DmrToSegmentsViewService

    public interface ModelChangeAddRemoveListener
    extends ModelChangeListener
    The listener interface for receiving modelChange events. The class that is interested in processing a modelChange event implements this interface, and the object created with that class is registered with a component using the component's registerViewChangeListener or registerDomainChangeListener method. When the modelChange event occurs, that object's appropriate method is invoked.
    Since:
    1.3
    • Method Detail

      • notifyAdd

        void notifyAdd​(org.eclipse.emf.common.notify.Notifier notifier)
        Parameters:
        notifier - the notifier
      • notifyRemove

        void notifyRemove​(org.eclipse.emf.common.notify.Notifier notifier)
        Parameters:
        notifier - the notifier