wt.clients.beans.contentholder
Class WTContentHolder.ActionThread
java.lang.Object
java.lang.Thread
wt.util.WTThread
wt.clients.beans.contentholder.WTContentHolder.ActionThread
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WTContentHolder
- private class WTContentHolder.ActionThread
- extends WTThread
Inner class to provide support for asynchronous initialization
and processing.
Methods inherited from class wt.util.WTThread |
addPropertyChangeListener, cancel, currentProgressCount, currentProgressPercent, currentStatus, firePropertyChange, firePropertyChange, getProgressCount, getProgressPercent, getState, getStatus, interrupt, isInterrupted, ready, removePropertyChangeListener, setInterruptHandler, setProgressCount, setProgressPercent, setStatus, start |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
action
private int action
content_item
private ContentItem content_item
content_items
private Vector content_items
exception
private Exception exception
threadGroup
private ThreadGroup threadGroup
WTContentHolder.ActionThread
public WTContentHolder.ActionThread(ThreadGroup thread_group,
int action)
WTContentHolder.ActionThread
public WTContentHolder.ActionThread(ThreadGroup thread_group,
int action,
ContentItem item)
setContentItem
public void setContentItem(ContentItem content_item)
setContentItems
public void setContentItems(Vector content_items)
run
public void run()
- Description copied from class:
WTThread
- Run method.
This method overrides the default run method to fire property change events for the
state property.
Supported API: true
- Specified by:
run
in interface Runnable
- Overrides:
run
in class WTThread