flywave-mapview.eventdispatcher
Home > @flywave/flywave-mapview > EventDispatcher
EventDispatcher class
Signature:
export declare class EventDispatcher
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
| string[] | Retrieve the registered event types. |
Methods
Method | Modifiers | Description |
|---|---|---|
Add a new event listener to the event type. | ||
Dispatch the event to the registered listeners. | ||
Destroy this Unregister all event handlers used. This is method should be called when you stop using | ||
Checks if listener is added to an event type. | ||
Retrieve the registered listeners to the specified event. | ||
Remove all event listeners for housekeeping. | ||
Remove the listener from the event type. |