Interface IDcsModelChangedListener

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface IDcsModelChangedListener
    The interface for listener of DCS model.
    • Method Detail

      • modelChanged

        void modelChanged​(Collection<org.eclipse.emf.common.notify.Notification> notifications)
        Invoked on DCS model changed.
        Parameters:
        notifications - the collection of notifications, never null.