@API(type=INTERNAL,
src=PRIVATE)
public interface ResourcesSynchronizerListener
Modifier and Type | Method and Description |
---|---|
void |
finished()
The whole task has been finished.
|
void |
refreshing()
Called at the beginning of the refreshing process.
|
boolean |
synchronizing(java.net.URL url)
Busy synchronizing the specified URL.
|
void refreshing()
boolean synchronizing(java.net.URL url)
url
- The url that is currently synchronized.true
if the process was canceled, false
if the process should
continue.void finished()
© Copyright Syncro Soft SRL 2002 - 2014. All rights reserved.