|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sourceforge.geeboss.controller.thread.MidiJobThread
public abstract class MidiJobThread
A thread to run a midi job
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
protected GeebossContainer |
mContainer
|
protected boolean |
mStopped
Flag indicating status of the Thread |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
MidiJobThread(MainView geebossGui)
Create a new PortOpenner thread |
Method Summary | |
---|---|
void |
bindMidiJob(MidiJob midiJob)
Associate a midi job to this thread |
abstract java.lang.String |
getStatusText()
Get the thread's status text |
boolean |
isStopped()
Check if this Thread was stopped |
void |
startThread()
Starts this Thread |
void |
stopThread()
Stops this Thread by setting the stopped-flag to true |
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected GeebossContainer mContainer
protected boolean mStopped
Constructor Detail |
---|
public MidiJobThread(MainView geebossGui)
geebossGui
- the main viewMethod Detail |
---|
public abstract java.lang.String getStatusText()
public void bindMidiJob(MidiJob midiJob)
public boolean isStopped()
public void startThread()
public void stopThread()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |