Listener Mananer Class to handle the creation of all eventListeners
This method is used to add assign a new callback to a given EventType
OSFramework.Event.AbstractEventsManager
This method will check if a given EventType has assigned callbacks
boolean
Remove the given event type
This method will trigger the callback assigned to the given eventType
Optional
Rest
Protected
This method will be responsible for creating the correct instance of the Event based in the EventType that is passed.
{IEvent} Instance of the event.
Type of the event that will we need an instance of.
Getter that allows to obtain the list of events
Listener Mananer Class to handle the creation of all eventListeners
Export