| Package | artcustomer.maxima.states.state |
| Class | public class State |
| Inheritance | State Object |
| Implements | IDestroyable |
| Method | Defined By | ||
|---|---|---|---|
State(id:String, entry:Function, exit:Function)
Constructor
| State | ||
destroy():void
Destructor
| State | ||
toString():String
Get String format of object. | State | ||
| State | () | Constructor |
public function State(id:String, entry:Function, exit:Function)Constructor
Parametersid:String | |
entry:Function | |
exit:Function |
| destroy | () | method |
public function destroy():voidDestructor
| toString | () | method |
public function toString():StringGet String format of object.
ReturnsString —
|