Class OkState
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
-
- org.openmuc.jeebus.ship.state.smeproth.OkState
-
public abstract class OkState extends SmeProtHSubState
-
-
Field Summary
-
Fields inherited from class org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
protHCallBacks
-
Fields inherited from class org.openmuc.jeebus.ship.state.SubState
changeStateCB, log, stateCB
-
-
Constructor Summary
Constructors Constructor Description OkState(StateCallBack stateCB, ProtHCallBacks protHCallBacks, ProtocolHandshakeMsg p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocedure()voidsetNextSubState()-
Methods inherited from class org.openmuc.jeebus.ship.state.smeproth.SmeProtHSubState
getProtHCallBacks, setProtHCallBacks
-
Methods inherited from class org.openmuc.jeebus.ship.state.SubState
doProcedure, getStateCB, next, setStateCB
-
-
-
-
Constructor Detail
-
OkState
public OkState(StateCallBack stateCB, ProtHCallBacks protHCallBacks, ProtocolHandshakeMsg p)
-
-
Method Detail
-
setNextSubState
public void setNextSubState()
- Specified by:
setNextSubStatein classSubState
-
-