public interface ISvnOperationHandler
Modifier and Type | Field | Description |
---|---|---|
static ISvnOperationHandler |
NOOP |
Modifier and Type | Method | Description |
---|---|---|
void |
afterOperationFailure(SvnOperation<?> operation) |
A callback that is called after each unsuccessful operation runs
|
void |
afterOperationSuccess(SvnOperation<?> operation) |
A callback that is called after each successful operation runs
|
void |
beforeOperation(SvnOperation<?> operation) |
A callback that is called before each operation runs
|
static final ISvnOperationHandler NOOP
void beforeOperation(SvnOperation<?> operation) throws SVNException
operation
- operation for which the callback is calledSVNException
void afterOperationSuccess(SvnOperation<?> operation) throws SVNException
operation
- operation for which the callback is calledSVNException
void afterOperationFailure(SvnOperation<?> operation)
operation
- operation for which the callback is called