AppserverIo\Appserver\Core\Api\Node\ListenerNode::getEvent PHP Method

getEvent() public method

Return's the event the listener is bound to.
public getEvent ( ) : string
return string The unique class loader name
    public function getEvent()
    {
        return $this->event;
    }