Oxygen XML Editor, Version 13.2

ro.sync.ecss.extensions.api.component.sync
Interface ResourcesSynchronizerListener


@API(type=INTERNAL,
     src=PRIVATE)
public interface ResourcesSynchronizerListener

Listener for the resource synchronizer.


Method Summary
 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.
 

Method Detail

refreshing

void refreshing()
Called at the beginning of the refreshing process.


synchronizing

boolean synchronizing(java.net.URL url)
Busy synchronizing the specified URL.

Parameters:
url - The url that is currently synchronized.
Returns:
true if the process was canceled, false if the process should continue.

finished

void finished()
The whole task has been finished.


Oxygen XML Editor, Version 13.2

© Copyright Syncro Soft SRL 2002 - 2012.