public interface IExecutionFeature extends IExternalExecutionFeature
Modifier and Type | Field and Description |
---|---|
static int |
STEP_PRIORITY_IMMEDIATE
Constant for first immediate step level.
|
static int |
STEP_PRIORITY_NORMAL
Constant for first normal step level.
|
Modifier and Type | Method and Description |
---|---|
<T> IIntermediateResultListener<T> |
createResultListener(IIntermediateResultListener<T> listener)
Create a result listener that is executed on the
component thread.
|
<T> IResultListener<T> |
createResultListener(IResultListener<T> listener)
Create a result listener that is executed on the
component thread.
|
IComponentDescription |
getDescription()
Get the component description.
|
boolean |
isComponentThread()
Test if current thread is the component thread.
|
getDescription, getDescriptionAsync, getExternalAccess, getExternalAccessAsync, killComponent, killComponent, listenToComponent, repeatStep, repeatStep, resumeComponent, scheduleStep, scheduleStep, setComponentBreakpoints, stepComponent, suspendComponent, waitForDelay, waitForDelay, waitForDelay, waitForDelay, waitForTermination, waitForTick, waitForTick
static final int STEP_PRIORITY_NORMAL
static final int STEP_PRIORITY_IMMEDIATE
IComponentDescription getDescription()
boolean isComponentThread()
<T> IResultListener<T> createResultListener(IResultListener<T> listener)
<T> IIntermediateResultListener<T> createResultListener(IIntermediateResultListener<T> listener)