com.croftsoft.apps.quiz
Class QuizModel

java.lang.Object
  extended by com.croftsoft.apps.quiz.QuizModel
All Implemented Interfaces:
Commissionable, Destroyable, Initializable

public final class QuizModel
extends Object
implements Commissionable

Since:
2001-07-10
Version:
2001-07-10
Author:
David Wallace Croft

Constructor Summary
QuizModel()
           
QuizModel(String quizFilename, String backupFilename)
           
 
Method Summary
 void destroy()
           
 Quiz getQuiz()
           
 void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuizModel

public QuizModel(String quizFilename,
                 String backupFilename)

QuizModel

public QuizModel()
Method Detail

init

public void init()
Specified by:
init in interface Initializable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

getQuiz

public Quiz getQuiz()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)