|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.util.ProgressListener
public class ProgressListener
Progress Listener for monitoring long term tasks. Primarily Used by Swing Clients
| Constructor Summary | |
|---|---|
ProgressListener()
|
|
| Method Summary | |
|---|---|
String |
getCurrentMessage()
Gets the Current Message from the Task |
int |
getCurrentValue()
Gets the Current Counter Value |
ArrayList |
getLog()
Gets the Log Messages |
int |
getMaxValue()
Gets the Maximum Value of "things" to process |
void |
incrementCurrentValue()
Increment the Current Counter Value |
boolean |
isDone()
Is the Task Done? |
boolean |
isIndeterminate()
|
void |
logMsg(String msg)
Adds a Log Message |
void |
setCurrentMessage(String msg)
Sets the Current Task Message |
void |
setCurrentValue(int current)
Sets the Current Counter Value |
void |
setDone()
Sets the Task Done Flag to True |
void |
setIndeterminate(boolean flag)
|
void |
setMaxValue(int max)
Sets the Maximum Value of "things" to process |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProgressListener()
| Method Detail |
|---|
public boolean isDone()
public void setDone()
public String getCurrentMessage()
public void setCurrentMessage(String msg)
msg - Current Messagepublic void logMsg(String msg)
msg - Message to Addpublic int getMaxValue()
public void setMaxValue(int max)
max - Total Number of things to processpublic int getCurrentValue()
public void setCurrentValue(int current)
current - Current Counter Valuepublic void setIndeterminate(boolean flag)
public boolean isIndeterminate()
public void incrementCurrentValue()
public ArrayList getLog()
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||