EventListener

Implements \Ascmvc\EventSourcing\EventListenerInterface

Class EventListener

package

Ascmvc\EventSourcing

Methods

Policy constructor.

__construct(\Ascmvc\EventSourcing\EventDispatcher $eventDispatcher) 

Arguments

Returns an instance of this class.

getInstance(\Ascmvc\EventSourcing\EventDispatcher $eventDispatcher) : \Ascmvc\EventSourcing\EventListener
static

Event listener method.

onEvent(\Ascmvc\EventSourcing\Event\Event $event) 

Properties

Contains an instance of the \Ascmvc\EventSourcing\EventDispatcher

eventDispatcher : \Ascmvc\EventSourcing\EventDispatcher