Page MenuHomePhabricator

abstract class PhutilEventListener
libphutil Technical Documentation ()

This class is not documented.

Methods

final public function __construct()

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

abstract public function register()

This method is not documented.
Return
wild

abstract public function handleEvent($event)

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

final public function listen($type)

This method is not documented.
Parameters
$type
Return
wild

final public function getListenerID()

Return a scalar ID unique to this listener. This is used to deduplicate listeners which match events on multiple rules, so they are invoked only once.

Return
intA scalar unique to this object instance.