Interface IBmNotificationListener


  • public interface IBmNotificationListener
    EMF notification listener.
    See Also:
    BmNotifications
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void handle​(org.eclipse.emf.common.notify.Notification notification)
      Handles EMF notifications.
    • Method Detail

      • handle

        void handle​(org.eclipse.emf.common.notify.Notification notification)
        Handles EMF notifications.
        Parameters:
        notification - The notification to handle. May not be null.