public class JavaHLEventHandler
extends java.lang.Object
implements org.tmatesoft.svn.core.wc.ISVNEventHandler
| Constructor and Description |
|---|
JavaHLEventHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelOperation() |
void |
checkCancelled() |
void |
handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress) |
void |
resetPathPrefix() |
void |
setCancelOperation(boolean cancelOperation) |
void |
setNotifyCallback(org.apache.subversion.javahl.callback.ClientNotifyCallback notifyCallback) |
void |
setPathPrefix(java.lang.String pathPrefix) |
public void setNotifyCallback(org.apache.subversion.javahl.callback.ClientNotifyCallback notifyCallback)
public void setCancelOperation(boolean cancelOperation)
public void cancelOperation()
public void setPathPrefix(java.lang.String pathPrefix)
public void resetPathPrefix()
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
handleEvent in interface org.tmatesoft.svn.core.wc.ISVNEventHandlerpublic void checkCancelled()
throws org.tmatesoft.svn.core.SVNCancelException
checkCancelled in interface org.tmatesoft.svn.core.ISVNCancellerorg.tmatesoft.svn.core.SVNCancelException