Package org.jsurveylib.model.script.interpreter

Examples of org.jsurveylib.model.script.interpreter.ScriptInterpreter


        if (scriptInterpreter != null) {
            //if scriptInterpreter is not null, that means this method is being called to reset the survey
            //if that's the case, the old scriptInterpreter should stop listening to these events
            removeInsertQuestionListener(scriptInterpreter);
        }
        scriptInterpreter = new ScriptInterpreter(this, surveyReader.getInitScript(), surveyReader.getOnAnswerChanged());
        menu = surveyReader.getMenu();
        saveToFileOnFinish = surveyReader.saveToFileOnFinish();
        notifySurveyResetListeners();
    }
View Full Code Here

TOP

Related Classes of org.jsurveylib.model.script.interpreter.ScriptInterpreter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.