gate.versioning.svnkit
Class CommitEventHandler

java.lang.Object
  extended by gate.versioning.svnkit.SandboxCanceller
      extended by gate.versioning.svnkit.CommitEventHandler
All Implemented Interfaces:
org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler

public class CommitEventHandler
extends SandboxCanceller
implements org.tmatesoft.svn.core.wc.ISVNEventHandler


Field Summary
 
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
 
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
 
Constructor Summary
CommitEventHandler(Sandbox sandbox)
           
 
Method Summary
 void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event, double progress)
           
 
Methods inherited from class gate.versioning.svnkit.SandboxCanceller
checkCancelled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tmatesoft.svn.core.ISVNCanceller
checkCancelled
 

Constructor Detail

CommitEventHandler

public CommitEventHandler(Sandbox sandbox)
Method Detail

handleEvent

public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
                        double progress)
Specified by:
handleEvent in interface org.tmatesoft.svn.core.wc.ISVNEventHandler