Interface INotificationManager

All Known Implementing Classes:
NotificationManager

public interface INotificationManager
Notifies registered listeners about an element change event.

An instance of the notification manager is safe for use by multiple threads.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies registered listeners about the given event.
  • Method Details

    • fireElementChangeEvent

      void fireElementChangeEvent(IElementChangeEvent event)
      Notifies registered listeners about the given event.
      Parameters:
      event - an element change event (not null)