Module eventlistener
Event listener variables and functions.
Functions
addListener (listener) | Adds the given function to be called once the event fires. |
removeListener (listener) | Remove the given function from being called once the event fires. |