Interface Strategy

    • Method Detail

      • getObservers

        java.util.Set<ChangeObserver> getObservers​(org.eclipse.emf.common.notify.Notification notification)
        Returns the observers which should get notified.
        Parameters:
        notification - the notification
        Returns:
        the observers
      • getAllObservers

        java.util.Set<ChangeObserver> getAllObservers()
        Returns all observers managed by this strategy.
        Returns:
        all observers
      • deregister

        void deregister​(ChangeObserver observer)
        Deregisters and observer.
        Parameters:
        observer - the observer