gate.versioning.svnkit
Class SandboxCanceller
java.lang.Object
gate.versioning.svnkit.SandboxCanceller
- All Implemented Interfaces:
- org.tmatesoft.svn.core.ISVNCanceller
- Direct Known Subclasses:
- CommitEventHandler, SandboxEventHandler, UpdateEventHandler
public class SandboxCanceller
- extends Object
- implements org.tmatesoft.svn.core.ISVNCanceller
Simple implementation of ISVNCanceller that delegates checkCancelled calls
back to a Sandbox object.
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller |
NULL |
Method Summary |
void |
checkCancelled()
Delegate checkCancelled back to the Sandbox. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SandboxCanceller
public SandboxCanceller(Sandbox sandbox)
checkCancelled
public void checkCancelled()
throws org.tmatesoft.svn.core.SVNCancelException
- Delegate checkCancelled back to the Sandbox.
- Specified by:
checkCancelled
in interface org.tmatesoft.svn.core.ISVNCanceller
- Throws:
org.tmatesoft.svn.core.SVNCancelException