|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be informed about progress (in reading/writing data from gps device, from files, etc.).
Method Summary | |
void |
actionEnd(java.lang.String action_id)
Callback to inform listeners about the end of the action. |
void |
actionProgress(java.lang.String action_id,
int current_value)
Callback to inform listeners about progress going on. |
void |
actionStart(java.lang.String action_id,
int min_value,
int max_value)
Callback to inform listeners about an action to start. |
Method Detail |
public void actionStart(java.lang.String action_id, int min_value, int max_value)
action_id
- the id of the action that is started. This id may
be used to display a message for the user.min_value
- the minimum value of the progress counter.max_value
- the maximum value of the progress counter. If the
max value is unknown, max_value is set to Integer.NaN
.public void actionProgress(java.lang.String action_id, int current_value)
action_id
- the id of the action that is started. This id may
be used to display a message for the user.current_value
- the current valuepublic void actionEnd(java.lang.String action_id)
action_id
- the id of the action that is started. This id may
be used to display a message for the user.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |