org.jsurveylib.model.question
Interface InsertQuestionListener

All Known Implementing Classes:
ScriptInterpreter, SurveyPanel, SurveyPanel

public interface InsertQuestionListener

FOR INTERNAL USE ONLY.

Copyright (c)2007, Daniel Kaplan

Since:
7.10.7
Author:
Daniel Kaplan

Method Summary
 void questionInserted(Question question, int page, int row)
           
 

Method Detail

questionInserted

void questionInserted(Question question,
                      int page,
                      int row)