Add a UI event listener.
A case-sensitive string representing the event type to listen for.
The object or function that receives a notification when an event of the specified type occurs.
Optional options: anyThe options that specify characteristics about the event listener.
Remove a UI event listener.
A string which specifies the type of event for which to remove an event listener.
The event listener to remove.
Optional options: anyThe options that specify characteristics about the event listener.
Generated using TypeDoc
The interface which handles the registration of session UI event listeners.