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
OSFramework.Event.AbstractEventsManager
Remove the given event type
OSFramework.Event.AbstractEventsManager
This method will trigger the callback assigned to the given eventType
OSFramework.Event.AbstractEventsManager
Optional
data: stringRest
...args: unknown[]Protected
getThis method will be responsible for creating the correct instance of the Event based in the EventType that is passed.
{IEvent
OSFramework.Event.AbstractEventsManager
Type of the event that will we need an instance of.
This class is a Manager of events. It will be used by the Map/Marker/etc in order to support the listenning of the different events supported by the parent element. You can almost think of it, as the object that works underneath "document.addEventListener()" API - which will be equivalent to out "MapAPI.MapManager.Events.Subscribe()".
Export
Abstract