jp.go.aist.rtm.RTC
Interface StateAction<STATE>


public interface StateAction<STATE>

Interface for state machine start action


Method Summary
 void doAction(StateHolder<STATE> state)
           This is an action started from the state machine.
 

Method Detail

doAction

void doAction(StateHolder<STATE> state)
This is an action started from the state machine.

Parameters:
state - State holder