org.tmatesoft.svn.core.javahl17
Class JavaHLEventHandler
java.lang.Object
org.tmatesoft.svn.core.javahl17.JavaHLEventHandler
- All Implemented Interfaces:
- org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler
public class JavaHLEventHandler
- extends java.lang.Object
- implements org.tmatesoft.svn.core.wc.ISVNEventHandler
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler |
UNKNOWN |
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller |
NULL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JavaHLEventHandler
public JavaHLEventHandler()
setNotifyCallback
public void setNotifyCallback(org.apache.subversion.javahl.callback.ClientNotifyCallback notifyCallback)
setCancelOperation
public void setCancelOperation(boolean cancelOperation)
cancelOperation
public void cancelOperation()
setPathPrefix
public void setPathPrefix(java.lang.String pathPrefix)
resetPathPrefix
public void resetPathPrefix()
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
- Specified by:
handleEvent
in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
checkCancelled
public void checkCancelled()
throws org.tmatesoft.svn.core.SVNCancelException
- Specified by:
checkCancelled
in interface org.tmatesoft.svn.core.ISVNCanceller
- Throws:
org.tmatesoft.svn.core.SVNCancelException