82 public function dispatch(\
Erebot\Interfaces\Event\Base\Generic $event);
Interface for a class that can dispatch events to event handlers.
addNumericHandler(\Erebot\Interfaces\NumericHandler $handler)
Interface for numeric message handlers.
addEventHandler(\Erebot\Interfaces\EventHandler $handler)
Interface for event handlers.
removeEventHandler(\Erebot\Interfaces\EventHandler $handler)
removeNumericHandler(\Erebot\Interfaces\NumericHandler $handler)
dispatch(\Erebot\Interfaces\Event\Base\Generic $event)