org.apache.maven.scm.provider.svn.svnjava.util
Class SvnJavaUtil.GenericEventHandler
java.lang.Object
org.apache.maven.scm.provider.svn.svnjava.util.SvnJavaUtil.GenericEventHandler
- All Implemented Interfaces:
- org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler
- Enclosing class:
- SvnJavaUtil
public static class SvnJavaUtil.GenericEventHandler
- extends Object
- implements org.tmatesoft.svn.core.wc.ISVNEventHandler
Generic event handler that collects all events internally and will return them with a call to
getEvents()
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler |
UNKNOWN |
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller |
NULL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SvnJavaUtil.GenericEventHandler
public SvnJavaUtil.GenericEventHandler()
handleEvent
public void handleEvent(org.tmatesoft.svn.core.wc.SVNEvent event,
double progress)
- Specified by:
handleEvent
in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
checkCancelled
public void checkCancelled()
throws org.tmatesoft.svn.core.SVNCancelException
- Specified by:
checkCancelled
in interface org.tmatesoft.svn.core.ISVNCanceller
- Throws:
org.tmatesoft.svn.core.SVNCancelException
getEvents
public List getEvents()
clearEvents
public void clearEvents()
Copyright © 2011. All Rights Reserved.