|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.commerce.zocalo.experiment.states.SessionState.NoAction
public abstract static class 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 | |
---|---|
protected SessionState |
nextState
|
Fields inherited from interface net.commerce.zocalo.experiment.states.SessionState |
---|
CANNOT_START_ROUND, NOT_RUNNING |
Constructor Summary | |
---|---|
SessionState.NoAction(SessionState next)
|
Method Summary | |
---|---|
boolean |
endTrading(TransitionAdaptor adaptor)
|
void |
informInitialized(StatusAdaptor adaptor)
|
void |
informShowingScores(StatusAdaptor adaptor)
|
void |
informTrading(StatusAdaptor adaptor)
|
SessionState |
nextState()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.commerce.zocalo.experiment.states.SessionState |
---|
startNextRound, transitionMessage |
Field Detail |
---|
protected SessionState nextState
Constructor Detail |
---|
public SessionState.NoAction(SessionState next)
Method Detail |
---|
public void informTrading(StatusAdaptor adaptor)
informTrading
in interface SessionState
public void informShowingScores(StatusAdaptor adaptor)
informShowingScores
in interface SessionState
public void informInitialized(StatusAdaptor adaptor)
informInitialized
in interface SessionState
public SessionState nextState()
nextState
in interface SessionState
public boolean endTrading(TransitionAdaptor adaptor)
endTrading
in interface SessionState
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |