Interface IEventListener

interface IEventListener {
    off(event, cb): void;
    on(event, cb): void;
}

Hierarchy (view full)

Methods

Methods

Generated using TypeDoc