public class QuestionnaireExecutable extends BlockingAWTExecutable implements ActionPanelListener, ExecutionPhaseListener, DescriptivePropertyHolder
| Modifier and Type | Field and Description |
|---|---|
String |
stimuliFile |
String |
stimuliPath |
| Constructor and Description |
|---|
QuestionnaireExecutable()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionTriggered(ActionPanel source,
Object actionValue)
Called when either of the two action panel choices have been selected.
|
protected void |
cancelExecutionAWT()
Cleanup after element execution
|
Property<?>[] |
getPropertyObjects() |
String |
getStimuliFile() |
String |
getStimuliPath() |
DefaultTimeoutHandler |
getTimeoutAspect() |
void |
processExecutionPhase(ExecutionContext context) |
void |
readStimuli() |
void |
setStimuliFile(String stimuliFile) |
void |
setStimuliPath(String stimuliPath) |
void |
setTimeoutAspect(DefaultTimeoutHandler timer) |
void |
startExecutionAWT()
To be implemented.
|
cancelExecution, startExecutioncancel, dispatchKeyEvent, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContextassignParent, assignParent, assignParents, getId, getLocalId, getParent, setId, setLocalId, setParentclearProperties, getKeys, getProperty, removeProperty, setPropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearProperties, getId, getKeys, getProperty, removeProperty, setPropertycancel, execute, setExecutionContextpublic void startExecutionAWT()
BlockingAWTExecutablestartExecutionAWT in class BlockingAWTExecutablepublic void readStimuli()
protected void cancelExecutionAWT()
cancelExecutionAWT in class BlockingAWTExecutablepublic void actionTriggered(ActionPanel source, Object actionValue)
actionTriggered in interface ActionPanelListeneractionValue - the value registered with the action panel for the action that got triggeredpublic Property<?>[] getPropertyObjects()
getPropertyObjects in interface DescriptivePropertyHolderpublic void processExecutionPhase(ExecutionContext context)
processExecutionPhase in interface ExecutionPhaseListenerpublic DefaultTimeoutHandler getTimeoutAspect()
public void setTimeoutAspect(DefaultTimeoutHandler timer)
public String getStimuliFile()
public void setStimuliFile(String stimuliFile)
public String getStimuliPath()
public void setStimuliPath(String stimuliPath)
Copyright © 2012. All Rights Reserved.