Class CheckBusyInit
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smepin.SmePinSubState
-
- org.openmuc.jeebus.ship.state.smepin.Check
-
- org.openmuc.jeebus.ship.state.smepin.CheckBusyInit
-
public class CheckBusyInit extends Check
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.state.smepin.SmePinSubState
pinCallBacks
-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description CheckBusyInit(SmePinSubState subState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
procedure()
void
setNextSubState()
java.lang.String
toString()
-
Methods inherited from class org.openmuc.jeebus.ship.state.smepin.SmePinSubState
receiveMsg
-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, setStateCB
-
-
-
-
Constructor Detail
-
CheckBusyInit
public CheckBusyInit(SmePinSubState subState)
-
-
Method Detail
-
setNextSubState
public void setNextSubState()
- Specified by:
setNextSubState
in classSubState
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-