Package | Description |
---|---|
org.crosswire.common.progress |
A generic method of having jobs that execute in the background over some time.
|
Modifier and Type | Method and Description |
---|---|
void |
WorkListener.workProgressed(WorkEvent ev)
This method is called to indicate that some progress has been made.
|
void |
WorkListener.workStateChanged(WorkEvent ev)
This method is called to indicate that the work state has changed, perhaps finished.
|