Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.fudaa.ebli.volume.controles
Class BControleVolume.MonThread  view BControleVolume.MonThread download BControleVolume.MonThread.java

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.fudaa.ebli.volume.controles.BControleVolume.MonThread
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
BControleVolume

class BControleVolume.MonThread
extends java.lang.Thread


Nested Class Summary
 
Nested classes inherited from class java.lang.Thread
java.lang.Thread.UncaughtExceptionHandler
 
Field Summary
(package private)  boolean arret
           
(package private)  int transfo_
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BControleVolume.MonThread(java.lang.ThreadGroup tg, java.lang.String s)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

transfo_

int transfo_

arret

boolean arret
Constructor Detail

BControleVolume.MonThread

public BControleVolume.MonThread(java.lang.ThreadGroup tg,
                                 java.lang.String s)
Method Detail

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()