Signature:
interface CommonEventEmitter { once(event: EventType, handler: Handler): CommonEventEmitter; }
Returns:
CommonEventEmitter