public class OperationContext extends java.lang.Object implements ProgressCallback
| Constructor and Description |
|---|
OperationContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
onProgress(ProgressEvent event)
Implement this API to receive progress events for Subversion
operations.
|
void |
setProgressCallback(ProgressCallback progress) |
public void onProgress(ProgressEvent event)
ProgressCallbackonProgress in interface ProgressCallbackevent - everything to know about this eventpublic void setProgressCallback(ProgressCallback progress)