org.apache.subversion.javahl
Class OperationContext

java.lang.Object
  extended by 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
OperationContext()
           
 
Method Summary
 void onProgress(ProgressEvent event)
          Implement this API to receive progress events for Subversion operations.
 void setProgressCallback(ProgressCallback progress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OperationContext

public OperationContext()
Method Detail

onProgress

public void onProgress(ProgressEvent event)
Description copied from interface: ProgressCallback
Implement this API to receive progress events for Subversion operations.

Specified by:
onProgress in interface ProgressCallback
Parameters:
event - everything to know about this event

setProgressCallback

public void setProgressCallback(ProgressCallback progress)