Page MenuHomePhabricator

final class PhutilEventEngine
Arcanist Technical Documentation ()

This class is not documented.

Methods

private function __construct()

This method is not documented.
Return
this//Implicit.//

public static function getInstance()

This method is not documented.
Return
wild

public function addListener($listener, $type)

This method is not documented.
Parameters
PhutilEventListener$listener
$type
Return
wild

public function getAllListeners()

Get all the objects currently listening to any event.

Return
wild

public static function dispatchEvent($event)

This method is not documented.
Parameters
PhutilEvent$event
Return
wild