interface CommonEventEmitter { removeListener(event: EventType, handler: Handler): this; }
Returns:
this