Notifier
Interface for objects that can notify about events.
This interface represents the producer side of the observer pattern, providing the ability to send events to registered listeners.
Parameters
E
The type of event that can be notified
Interface for objects that can notify about events.
This interface represents the producer side of the observer pattern, providing the ability to send events to registered listeners.
The type of event that can be notified