abstract public fire (mixed $eventType, mixed $source, [mixed $data]) ...
abstract public detach (mixed $eventType, mixed $handler) ...
abstract public detachAll ([mixed $type]) ...
abstract public attach (mixed $eventType, mixed $handler) ...
abstract public getListeners (mixed $type) ...
Source