Protected
disposedThe object has already been disposed.
Dispatches an event and calls all listeners listening for events
of this type. The event parameter can either be a string or an
Object with a type
property.
Event object.
false
if anyone called preventDefault on the
event object or if any of the listeners returned false.
Protected
disposeProtected
onProtected
onceProtected
un
Classdesc
Abstract base class; normally only used for creating subclasses and not instantiated in apps. An event target providing convenient methods for listener registration and unregistration. A generic
change
event is always available through module:ol/Observable~Observable#changed.Fires
import("./events/Event.js").default
Api