Holger's
Java API

Uses of Interface
com.antelmann.game.quiz.AnswerHandler

Packages that use AnswerHandler
com.antelmann.game.quiz This package contains an implementation for quiz games. 
 

Uses of AnswerHandler in com.antelmann.game.quiz
 

Subinterfaces of AnswerHandler in com.antelmann.game.quiz
 interface QuizListener
           
 

Classes in com.antelmann.game.quiz that implement AnswerHandler
 class DemoQuizFrame
           
 class JQuestionHandler
          implements a gui to iterate through the given questions and react on the answering events
 

Methods in com.antelmann.game.quiz with parameters of type AnswerHandler
 JComponent QuestionComponentFactory.generateComponent(Component parent, Question q, AnswerHandler handler)
           
 JComponent DefaultQuestionComponentFactory.generateComponent(Component parent, Question q, AnswerHandler handler)
          uses a JQuizQuestion as a component (the parent parameter is ignored)
 

Constructors in com.antelmann.game.quiz with parameters of type AnswerHandler
JQuizQuestion(Question question, AnswerHandler handler)
           
 



(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads