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()
Return the property objects supported / set by this PropertyHolder.
|
String |
getStimuliFile() |
String |
getStimuliPath() |
DefaultTimeoutHandler |
getTimeoutAspect() |
void |
processExecutionPhase(ExecutionContext context)
Called by the Executor to signal an element execution context
|
void |
readStimuli() |
void |
setStimuliFile(String stimuliFile) |
void |
setStimuliPath(String stimuliPath) |
void |
setTimeoutAspect(DefaultTimeoutHandler timer) |
void |
startExecutionAWT()
To be implemented.
|
cancelExecution, startExecutioncancel, execute, finishExecution, getExecutionContext, getFinishExecutionLock, setExecutionContextassignParent, assignParent, assignParents, getId, getLocalId, getParent, setBeanName, 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()
DescriptivePropertyHoldergetPropertyObjects in interface DescriptivePropertyHolderpublic void processExecutionPhase(ExecutionContext context)
ExecutionPhaseListenerprocessExecutionPhase 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 © 2013. All Rights Reserved.