Class: EE

EE


<private> new EE(fn, context [, once])

Representation of a single event listener.
Parameters:
Name Type Argument Default Description
fn function The listener function.
context * The context to invoke the listener with.
once Boolean <optional>
false Specify if the listener is a one-time listener.
Source: