Interface IEventHandler

interface IEventHandler {
    on(type, listener): this;
}

Implemented by

Methods

Methods