on(name) {
    this.dbg(`Defining new handler for event '${name}'`);
    this.emitter.on.apply(this.emitter, arguments);
    return this;
  }