| java.lang.Object net.groboclown.util.states.v1.Stateful
Stateful | public class Stateful (Code) | | author: Matt Albrecht version: 0.9.0 Alpha |
Constructor Summary | |
public | Stateful(IStatefulListener listener) |
Stateful | public Stateful(IStatefulListener listener)(Code) | | Default Constructor
|
removeStateAction | public void removeStateAction(State s)(Code) | | |
setState | public void setState(State s)(Code) | | Only calls the listener's setAction if the new state is different
than the current state, and the new state's action object is
different than the current action object.
|
|
|