Class PendingTimeout
- java.lang.Object
-
- org.openmuc.jeebus.ship.state.SubState
-
- org.openmuc.jeebus.ship.state.smehello.SmeHelloSubState
-
- org.openmuc.jeebus.ship.state.smehello.PendingTimeout
-
public class PendingTimeout 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 PendingTimeout(SmeHelloSubState prevSubState, TimeoutTimer timeoutTimer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocedure()voidsetNextSubState()java.lang.StringtoString()-
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, setStateCB
-
-
-
-
Constructor Detail
-
PendingTimeout
public PendingTimeout(SmeHelloSubState prevSubState, TimeoutTimer timeoutTimer)
-
-
Method Detail
-
setNextSubState
public void setNextSubState()
- Specified by:
setNextSubStatein classSubState
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-