mauda
Interface ExerciseUpdateListener
- All Known Implementing Classes:
- AnimatedUndoRedo, AutoGenTab, CommentView, DemandFeedback, EditTab, ErrorFlagging, EvalEditor, EvalExercise, EvalPlayer, ExerciseTab, FaultFeedback, FeedbackExercise, FeedbackGenerator, GenEditor, ImmediateFeedbackAndErrorCorrection, InitTab, ModifiedDetector, NoTutor, OperationRecorder, OperationsTab, OpTemplateTab, PlayerExercise, RatingTab, ScrambleTab, SimpleFeedback, SolutionFeedback, TimeStampRecorder, TreeOperationView, UndoRedo, WorkEditor
public interface ExerciseUpdateListener
The listener interface for receiving exercise events.
The class that is interested in processing an exercise-event
implements this interface, and the object created with that
class is registered with a component, using the Exercise's
addExerciseUpdateListener method. When the exercise
event occurs, that object's exerciseUpdate method
is invoked.
- Author:
- Markus Krebs
exerciseUpdate
void exerciseUpdate(ExerciseUpdateEvent e)
- Invoked when an Event occures
- Parameters:
e - The event