Interface ISvnOperationHandler


public interface ISvnOperationHandler
  • Field Details

  • Method Details

    • beforeOperation

      void beforeOperation(SvnOperation<?> operation) throws SVNException
      A callback that is called before each operation runs
      Parameters:
      operation - operation for which the callback is called
      Throws:
      SVNException
    • afterOperationSuccess

      void afterOperationSuccess(SvnOperation<?> operation) throws SVNException
      A callback that is called after each successful operation runs
      Parameters:
      operation - operation for which the callback is called
      Throws:
      SVNException
    • afterOperationFailure

      void afterOperationFailure(SvnOperation<?> operation)
      A callback that is called after each unsuccessful operation runs
      Parameters:
      operation - operation for which the callback is called