Events
Events give the ability to listen for specific browser-based events and trigger some type of functionality based on the event.
Event Types References
Below are a reference to all events:
BrowserEvent
Convenience class to detect browser events on the browser window object. This class has methods that allow you to pass a callback function to run for specific events.
KeyEvent
Convenience class to detect key presses on the browser. This class accepts a browser key event when constructed and listens for key presses.