Holger's
Java API

com.antelmann.game.quiz
Interface QuestionComponentFactory

All Known Implementing Classes:
DefaultQuestionComponentFactory

public interface QuestionComponentFactory

responsible for generating a gui component that displays a question and allows to answer it.

Author:
Holger Antelmann

Method Summary
 JComponent generateComponent(Component parent, Question q, AnswerHandler handler)
           
 

Method Detail

generateComponent

JComponent generateComponent(Component parent,
                             Question q,
                             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