Package ui
Class FenetrePrinc.ThreadTrans
- java.lang.Object
-
- java.lang.Thread
-
- ui.FenetrePrinc.ThreadTrans
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FenetrePrinc
public class FenetrePrinc.ThreadTrans extends java.lang.ThreadClasse interne deFenetrePrincpermettant de jouer un son à intervalle régulier pendant la transcription
-
-
Constructor Summary
Constructors Constructor Description ThreadTrans()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()Joue un son toutes les 5 secondes et le son de fin quand running=false en fonction des options de l'interface graphique-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-