net.commerce.zocalo.experiment.states
Interface StatusAdaptor
- All Known Implementing Classes:
- JudgingStatusAdaptor, NoActionJudgingStatusAdaptor, NoActionStatusAdaptor, NoActionVotingStatusAdaptor, VotingStatusAdaptor
public interface StatusAdaptor
StatusAdaptor are used to take a state-dependent action. Override the method for the state
of interest, and pass the adaptor to the current
StateHolder, and the adpator will be invoked if the
named state is active.
trading
void trading()
showingScores
void showingScores()
initialized
void initialized()