|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SyncService.ISyncProgressMonitor
Classes which implement this interface provide methods that deal with displaying transfer progress.
| Method Summary | |
|---|---|
void |
advance(int work)
Sent when some progress have been made. |
boolean |
isCanceled()
Sent to query for possible cancellation. |
void |
start(int totalWork)
Sent when the transfer starts |
void |
startSubTask(java.lang.String name)
Sent when a sub task is started. |
void |
stop()
Sent when the transfer is finished or interrupted. |
| Method Detail |
|---|
void start(int totalWork)
totalWork - the total amount of work.void stop()
boolean isCanceled()
void startSubTask(java.lang.String name)
name - the name of the sub task.void advance(int work)
work - the amount of work done.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||