Groovy Documentation

java.gate.versioning.svnkit
Class SandboxCanceller

java.lang.Object
  java.gate.versioning.svnkit.SandboxCanceller
All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNCanceller

class SandboxCanceller

Simple implementation of ISVNCanceller that delegates checkCancelled calls back to a Sandbox object.


Field Summary
private Sandbox sandbox

 
Constructor Summary
SandboxCanceller(Sandbox sandbox)

 
Method Summary
void checkCancelled()

Delegate checkCancelled back to the Sandbox.

 
Methods inherited from class Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Field Detail

sandbox

private Sandbox sandbox


 
Constructor Detail

SandboxCanceller

public SandboxCanceller(Sandbox sandbox)


 
Method Detail

checkCancelled

public void checkCancelled()
Delegate checkCancelled back to the Sandbox.


 

Groovy Documentation