The event to attach the listener to.
The function to invoke when the event is fired.
Starts tracking the specified object, and optionally attaches an event listener.
The object type to start track.
An optional event listener to attach.
Stops tracking the specified object and removes any event listeners for it.
The object type to stop tracking.
Generated using TypeDoc
Attaches an event listener to the specified event.