public abstract class NonBlockingAWTExecutable extends NodeImpl implements Executable
| Constructor and Description |
|---|
NonBlockingAWTExecutable() |
NonBlockingAWTExecutable(String defaultId) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Empty implementation - stopping is not implemented as element execution is expected to be quick anyways
|
void |
execute()
Implementation of executeTask.
|
protected abstract String |
executeAWT()
Subclasses implement this method to execute some code.
|
ExecutionContext |
getExecutionContext() |
void |
setExecutionContext(ExecutionContext executionContext) |
assignParent, 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, setPropertypublic NonBlockingAWTExecutable()
public NonBlockingAWTExecutable(String defaultId)
public ExecutionContext getExecutionContext()
public void setExecutionContext(ExecutionContext executionContext)
setExecutionContext in interface Executablepublic final void execute()
execute in interface Executablepublic void cancel()
cancel in interface Executableprotected abstract String executeAWT()
Copyright © 2013. All Rights Reserved.