Method | Description | |
---|---|---|
receivedEvents ( ) |
Method | Description | |
---|---|---|
handle ( stdClass $event ) : void | The action to perform | |
listensTo ( string $typeName ) : boolean | This method will be responsible to decide whether this listener listens to an specific event type or not, given an event type name |
Method | Description | |
---|---|---|
receiveEvent ( $event ) |