public abstract class BlockingAWTExecutable extends BlockingExecutable implements Executable
| Constructor and Description |
|---|
BlockingAWTExecutable() |
BlockingAWTExecutable(String defaultId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelExecution()
Calls cancelExecutionAWT on the awt thread.
|
protected void |
cancelExecutionAWT()
cancelExecution called in the awt thread.
|
protected void |
startExecution()
Calls startExecutionAWT on the awt thread.
|
protected abstract void |
startExecutionAWT()
To be implemented.
|
cancel, 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, waitcancel, execute, setExecutionContextclearProperties, getId, getKeys, getProperty, removeProperty, setPropertypublic BlockingAWTExecutable()
public BlockingAWTExecutable(String defaultId)
protected final void startExecution()
startExecution in class BlockingExecutableprotected abstract void startExecutionAWT()
protected final void cancelExecution()
cancelExecution in class BlockingExecutableprotected void cancelExecutionAWT()
Copyright © 2013. All Rights Reserved.