gate.versioning.svnkit
Class UpdateEventHandler
java.lang.Object
gate.versioning.svnkit.SandboxCanceller
gate.versioning.svnkit.UpdateEventHandler
- All Implemented Interfaces:
- org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler
public class UpdateEventHandler
- extends SandboxCanceller
- 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 |
Method Summary |
void |
handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
|
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 |
UpdateEventHandler
public UpdateEventHandler(Sandbox sandbox)
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
- Specified by:
handleEvent
in interface org.tmatesoft.svn.core.wc.ISVNEventHandler