net.sourceforge.pavlov.event
Interface StrategyListener

All Known Implementing Classes:
Quiz

public interface StrategyListener

An interface to be implemented by classes who want to be notified when the user changes his question selection strategy.


Method Summary
 void strategyChanged(AbstractStrategy newStrategy)
          Implement this method to respond to a new question selection strategy.
 

Method Detail

strategyChanged

void strategyChanged(AbstractStrategy newStrategy)
Implement this method to respond to a new question selection strategy.

Parameters:
newStrategy - an AbstractStrategy value