Abstract
type events that this manager will be handling (e.g. MapEventType, MarkerEventTypes, ...)
this will be the type of Data to be passed, by default to the handlers.
Private
_eventsProtected
Abstract
getProtected
This 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