|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.geeboss.view.statusline.MidiJob
public class MidiJob
Objects from this class represent a Job in Geeboss, which is currently performed. This may be the MIDI transmission or reception.
Constructor Summary | |
---|---|
MidiJob(java.lang.String title,
MidiJobThread loadingThread)
Create a new Midi |
Method Summary | |
---|---|
void |
cancelJob(boolean forceAggregationStop)
Cancel this job. |
java.lang.String |
getTitle()
Get the title of the Job. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MidiJob(java.lang.String title, MidiJobThread loadingThread)
title
- The title of the jobloadingThread
- The thread that is running the jobMethod Detail |
---|
public void cancelJob(boolean forceAggregationStop)
forceAggregationStop
- If true, forces the Thread that is running the aggregation to stop. This only works in case this job is part of an aggregation.public java.lang.String getTitle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |