PHP Interface AppserverIo\Appserver\Core\Api\Node\ListenerNodeInterface

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Show file Open project: appserver-io/appserver

Public Methods

Method Description
getEvent ( ) : string Return's the event the listener is bound to.
getPriority ( ) : string Return's the listener priority.
getType ( ) : string Return's the listener type.

Method Details

getEvent() public method

Return's the event the listener is bound to.
public getEvent ( ) : string
return string The unique class loader name

getPriority() public method

Return's the listener priority.
public getPriority ( ) : string
return string The listener priority

getType() public method

Return's the listener type.
public getType ( ) : string
return string The listener type