public interface ISvnOperationHandler
Modifier and Type | Field and Description |
---|---|
static ISvnOperationHandler |
NOOP |
Modifier and Type | Method and 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 calledCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.