net.commerce.zocalo.experiment.states
Class SessionState.ScoringState

java.lang.Object
  extended by net.commerce.zocalo.experiment.states.SessionState.NoAction
      extended by net.commerce.zocalo.experiment.states.SessionState.ScoringState
All Implemented Interfaces:
SessionState
Enclosing interface:
SessionState

public static class SessionState.ScoringState
extends SessionState.NoAction


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.commerce.zocalo.experiment.states.SessionState
SessionState.InitializedState, SessionState.NoAction, SessionState.ScoringState, SessionState.TradingState
 
Field Summary
 
Fields inherited from class net.commerce.zocalo.experiment.states.SessionState.NoAction
nextState
 
Fields inherited from interface net.commerce.zocalo.experiment.states.SessionState
CANNOT_START_ROUND, NOT_RUNNING
 
Constructor Summary
SessionState.ScoringState(SessionState next)
           
 
Method Summary
 void informShowingScores(StatusAdaptor adaptor)
           
 boolean startNextRound(TransitionAdaptor adaptor)
           
 java.lang.String transitionMessage()
           
 
Methods inherited from class net.commerce.zocalo.experiment.states.SessionState.NoAction
endTrading, informInitialized, informTrading, nextState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionState.ScoringState

public SessionState.ScoringState(SessionState next)
Method Detail

informShowingScores

public void informShowingScores(StatusAdaptor adaptor)
Specified by:
informShowingScores in interface SessionState
Overrides:
informShowingScores in class SessionState.NoAction

transitionMessage

public java.lang.String transitionMessage()

startNextRound

public boolean startNextRound(TransitionAdaptor adaptor)