Class 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()
    • Constructor Detail

      • GenericEventHandler

        public 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<org.tmatesoft.svn.core.wc.SVNEvent> getEvents()
      • clearEvents

        public void clearEvents()