Package org.apache.subversion.javahl
Class OperationContext
java.lang.Object
org.apache.subversion.javahl.OperationContext
- All Implemented Interfaces:
EventListener
,ProgressCallback
public class OperationContext extends Object implements ProgressCallback
A private class to hold the contextual information required to
persist in this object, such as notification handlers.
-
Constructor Summary
Constructors Constructor Description OperationContext()
-
Method Summary
Modifier and Type Method Description void
onProgress(ProgressEvent event)
Implement this API to receive progress events for Subversion operations.void
setProgressCallback(ProgressCallback progress)
-
Constructor Details
-
OperationContext
public OperationContext()
-
-
Method Details
-
onProgress
Description copied from interface:ProgressCallback
Implement this API to receive progress events for Subversion operations.- Specified by:
onProgress
in interfaceProgressCallback
- Parameters:
event
- everything to know about this event
-
setProgressCallback
-