org.apache.maven.scm.provider.svn.svnjava.util
Class SvnJavaUtil.GenericEventHandler

java.lang.Object
  extended by 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()


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
SvnJavaUtil.GenericEventHandler()
           
 
Method Summary
 void checkCancelled()
           
 void clearEvents()
           
 List getEvents()
           
 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
 

Constructor Detail

SvnJavaUtil.GenericEventHandler

public SvnJavaUtil.GenericEventHandler()
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

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.