Abstract
Abstract
Readonly
currentAbstract
Readonly
heightProtected
Readonly
listenersAbstract
Readonly
presentationAbstract
Readonly
widthListen to events from this helper. Duplicate listeners allowed.
Protected
dispatchDispatch an event to all listeners.
Protected
dispatchDispatch an event to a specific listener. Listener does not have to be added
Stop listening to events from this helper. If a duplicate listener is removed, only one is removed.
True if a listener was removed, false otherwise.
A base class that can be listened to, and dispatch events.