java.lang.Object
java.lang.Thread
org.fudaa.ebli.volume.controles.BControleVolume.MonThread
- All Implemented Interfaces:
- java.lang.Runnable
- Enclosing class:
- BControleVolume
- class BControleVolume.MonThread
- extends java.lang.Thread
| Nested classes inherited from class java.lang.Thread |
java.lang.Thread.UncaughtExceptionHandler |
|
Field Summary |
(package private) boolean |
arret
|
(package private) int |
transfo_
|
|
Method Summary |
void |
arrete()
|
void |
run()
The method of Thread that will be run if there is no Runnable object
associated with the Thread. |
void |
setTransfo(int _transfo)
|
void |
start()
Start this Thread, calling the run() method of the Runnable this Thread
was created with, or else the run() method of the Thread itself. |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield |
transfo_
int transfo_
arret
boolean arret
BControleVolume.MonThread
public BControleVolume.MonThread(java.lang.ThreadGroup tg,
java.lang.String s)
setTransfo
public void setTransfo(int _transfo)
start
public void start()
- Description copied from class:
java.lang.Thread
- Start this Thread, calling the run() method of the Runnable this Thread
was created with, or else the run() method of the Thread itself. This
is the only way to start a new thread; calling run by yourself will just
stay in the same thread. The virtual machine will remove the thread from
its thread group when the run() method completes.
run
public void run()
- Description copied from class:
java.lang.Thread
- The method of Thread that will be run if there is no Runnable object
associated with the Thread. Thread's implementation does nothing at all.
arrete
public void arrete()