net.sourceforge.pavlov.event
Interface QuestionChangedListener

All Known Implementing Classes:
QuestionHistory, QuizController

public interface QuestionChangedListener

Implemented by classes that want to know when the current question has changed.


Method Summary
 void questionChanged(Question aQuestion, QuestionData aQuestionData)
          Describe questionChanged method here.
 

Method Detail

questionChanged

void questionChanged(Question aQuestion,
                     QuestionData aQuestionData)
Describe questionChanged method here.

Parameters:
aQuestion - a Question value
aQuestionData - a QuestionData value