Class Init
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smehello.SmeHelloSubState
-
- org.openmuc.jeebus.ship.state.smehello.Init
-
- Direct Known Subclasses:
PendingInit,ReadyInit
public abstract class Init extends SmeHelloSubState
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.state.smehello.SmeHelloSubState
helloCallBacks, phaseType
-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description Init(StateCallBack stateCB, HelloCallBacks helloCallBacks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocedure()-
Methods inherited from class org.openmuc.jeebus.ship.state.smehello.SmeHelloSubState
getHelloCallBacks, getPhaseType, setHelloCallBacks
-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, setNextSubState, setStateCB
-
-
-
-
Constructor Detail
-
Init
public Init(StateCallBack stateCB, HelloCallBacks helloCallBacks)
-
-