org.jsurveylib
Class SandBoxSwing

java.lang.Object
  extended by org.jsurveylib.SurveyAdapter
      extended by org.jsurveylib.SandBoxSwing
All Implemented Interfaces:
SurveyListener

public class SandBoxSwing
extends SurveyAdapter


Constructor Summary
SandBoxSwing()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void surveyFinished(Survey survey)
          This will be called when the survey is finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SandBoxSwing

public SandBoxSwing()
Method Detail

surveyFinished

public void surveyFinished(Survey survey)
Description copied from interface: SurveyListener
This will be called when the survey is finished.

Specified by:
surveyFinished in interface SurveyListener
Overrides:
surveyFinished in class SurveyAdapter
Parameters:
survey - The survey that has just been completed.

main

public static void main(java.lang.String[] args)