Class UpdateEventHandler

  • All Implemented Interfaces:
    org.tmatesoft.svn.core.ISVNCanceller, org.tmatesoft.svn.core.wc.ISVNEventHandler
    Direct Known Subclasses:
    BuildLoggerUpdateEventHandler

    public class UpdateEventHandler
    extends Object
    implements org.tmatesoft.svn.core.wc.ISVNEventHandler
    • Constructor Detail

      • UpdateEventHandler

        public UpdateEventHandler()
    • Method Detail

      • handleEvent

        public void handleEvent​(org.tmatesoft.svn.core.wc.SVNEvent event,
                                double progress)
                         throws org.tmatesoft.svn.core.SVNException
        Specified by:
        handleEvent in interface org.tmatesoft.svn.core.wc.ISVNEventHandler
        Throws:
        org.tmatesoft.svn.core.SVNException
      • checkCancelled

        public void checkCancelled()
                            throws org.tmatesoft.svn.core.SVNCancelException
        Ignored not used
        Specified by:
        checkCancelled in interface org.tmatesoft.svn.core.ISVNCanceller
        Throws:
        org.tmatesoft.svn.core.SVNCancelException
      • log_error

        protected void log_error​(@NotNull
                                 @NotNull String message)
      • log_warn

        protected void log_warn​(@NotNull
                                @NotNull String message)
      • log_debug

        protected void log_debug​(@NotNull
                                 @NotNull String message)