PHP Trait Kraken\Event\AsyncEventEmitterTrait

Inheritance: use trait Kraken\Loop\LoopAwareTrait, use trait BaseEventEmitterTrait
Show file Open project: kraken-php/framework

Protected Methods

Method Description
attachOnListener ( $pointer, $event, callable $listener )
attachOnceListener ( $pointer, $event, callable $listener )
attachTimesListener ( $pointer, $event, $limit, callable $listener )

Method Details

attachOnListener() protected method

See also: BaseEventEmitterTrait::attachOnListener
protected attachOnListener ( $pointer, $event, callable $listener )
$listener callable

attachOnceListener() protected method

See also: BaseEventEmitterTrait::attachOnceListener
protected attachOnceListener ( $pointer, $event, callable $listener )
$listener callable

attachTimesListener() protected method

See also: BaseEventEmitterTrait::attachTimesListener
protected attachTimesListener ( $pointer, $event, $limit, callable $listener )
$listener callable