*/
private $receiverInstance = NULL;
- /**
- * State instance
- */
- private $stateInstance = NULL;
-
/**
* Listener pool instance
*/
return $this->receiverInstance;
}
- /**
- * Setter for state instance
- *
- * @param $stateInstance A Stateable instance
- * @return void
- */
- public final function setStateInstance (Stateable $stateInstance) {
- $this->stateInstance = $stateInstance;
- }
-
- /**
- * Getter for state instance
- *
- * @return $stateInstance A Stateable instance
- */
- public final function getStateInstance () {
- return $this->stateInstance;
- }
-
/**
* Setter for listener pool instance
*