|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistorySearchProgressListener
When searching into the history a ProgressEvent is fired whenever the progress is changed. Its fired throug the search process informing us about the current progress.
| Field Summary | |
|---|---|
static int |
PROGRESS_MAXIMUM_VALUE
The maximum value for the progress change. |
static int |
PROGRESS_MINIMUM_VALUE
The minimum value for the progress change. |
| Method Summary | |
|---|---|
void |
progressChanged(ProgressEvent evt)
This method gets called when progress changes through the search process |
| Field Detail |
|---|
static final int PROGRESS_MINIMUM_VALUE
static final int PROGRESS_MAXIMUM_VALUE
| Method Detail |
|---|
void progressChanged(ProgressEvent evt)
evt - ProgressEvent the event holding the search condition and
the current progress value.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||