net.commerce.zocalo.experiment.states
Interface SessionStatusAdaptor


public interface SessionStatusAdaptor

StatusAdaptors are used to take an action if the session is in a particular state. They are invoked by passing one as an argument to a message to the StateHolder naming the state of interest.


Method Summary
 void calculateScores()
           
 void endTradingEvents()
           
 void setErrorMessage(java.lang.String warning)
           
 

Method Detail

endTradingEvents

void endTradingEvents()

calculateScores

void calculateScores()
                     throws ScoreException
Throws:
ScoreException

setErrorMessage

void setErrorMessage(java.lang.String warning)