public interface INotificationManager
An instance of the notification manager is safe for use by multiple threads.
Modifier and Type | Method and Description |
---|---|
void |
fireElementChangeEvent(IElementChangeEvent event)
Notifies registered listeners about the given event.
|
void fireElementChangeEvent(IElementChangeEvent event)
event
- the change event (not null
)