spellcast.questions
Class SelectTargetQuestion

java.lang.Object
  extended by spellcast.questions.Question
      extended by spellcast.questions.SelectTargetQuestion
All Implemented Interfaces:
java.io.Serializable, org.apache.commons.chain.Command, IQuestion

public class SelectTargetQuestion
extends Question
implements IQuestion

Select a Target Question.

Version:
$Revision: 1.1 $
Author:
Barrie Treloar
See Also:
Serialized Form

Constructor Summary
SelectTargetQuestion(IRequiresTarget needsATarget, java.util.List<IWizard> theTargets)
           
 
Method Summary
 boolean execute(org.apache.commons.chain.Context arg0)
           
 
Methods inherited from class spellcast.questions.Question
getAnswer, getAnswers, getQuestion, setAnswer, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface spellcast.questions.IQuestion
getAnswer, getAnswers, getQuestion, setAnswer
 

Constructor Detail

SelectTargetQuestion

public SelectTargetQuestion(IRequiresTarget needsATarget,
                            java.util.List<IWizard> theTargets)
Method Detail

execute

public final boolean execute(org.apache.commons.chain.Context arg0)
                      throws java.lang.Exception
Specified by:
execute in interface org.apache.commons.chain.Command
Throws:
java.lang.Exception


Copyright © 2001-2005 Spellcast. All Rights Reserved.