Package ui
Class FenetrePrinc.ThreadJPB
- java.lang.Object
-
- java.lang.Thread
-
- ui.FenetrePrinc.ThreadJPB
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FenetrePrinc
public class FenetrePrinc.ThreadJPB extends java.lang.Thread
Classe interne deFenetrePrinc
permettant de jouer un son à intervalle régulier pendant la transcription
-
-
Constructor Summary
Constructors Constructor Description ThreadJPB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
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
-
-