ControllerState is the core base class for the CHEF Tool's state objects.
State objects are used to store controller state for a tool. Specific state object implement this interface.
To support creation of controller state objects, make sure to supply a void constructor.
To support pooling of objects, implement the recycle() method to release any resources and restore the object to initial conditions before reuse.
|