wt.clients.beans.explorer
Class WTExplorer.ProcessExpose
java.lang.Object
java.lang.Thread
wt.util.WTThread
wt.clients.beans.explorer.WTExplorer.ProcessExpose
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- WTExplorer
- class WTExplorer.ProcessExpose
- extends WTThread
Method Summary |
void |
run()
Run method. |
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 |
myExp
private WTExplorer myExp
myNode
private WTNode myNode
myApplet
private Applet myApplet
WTExplorer.ProcessExpose
public WTExplorer.ProcessExpose(Applet aApplet,
WTExplorer aExplorer,
WTNode aNode)
WTExplorer.ProcessExpose
public WTExplorer.ProcessExpose(ThreadGroup aThreadGroup,
WTExplorer aExplorer,
WTNode aNode)
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