ActionHandler.prototype.destroy = function()

in lib/kcl/action_handler.js [36:39]


ActionHandler.prototype.destroy = function() {
  this._ioHandler.removeListener('line', this._onIOLineCallback);
  this._ioHandler.removeListener('close', this._onIOCloseCallback);
};