org.jsurveylib
Interface SurveyListener
- All Known Implementing Classes:
- SandBoxSwing, SurveyAdapter, TestBench
public interface SurveyListener
FOR INTERNAL USE ONLY. This interface is likely to add new methods in the future.
If a new method is added, all classes that implement this interface will break. If you are willing to accept that risk, it is
acceptable to implement this interface.
- See Also:
SurveyAdapter
surveyFinished
void surveyFinished(Survey survey)
- This will be called when the survey is finished.
- Parameters:
survey
- The survey that has just been completed.