| SVNKit Home | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ISVNAdminEventHandlerextends ISVNEventHandlerSVNAdminClient
pass it to SVNAdminClient.setEventHandler().
Or if you are using SVNClientManager you may register your handler
by passing it to
SVNClientManager.setEventHandler().
ISVNAdminEventHandler extends ISVNEventHandler, so at the same time you
may use it with other SVN*Client objects and as a cancellation editor.
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler | |
UNKNOWN | |
Method Summary | |
void |
|
Methods inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler | |
checkCancelled, handleEvent | |
public void handleAdminEvent(SVNAdminEvent event, double progress) throws SVNException
Handles the current admin event.
- Parameters:
event- an event to handleprogress- progress state (reserved for future purposes)
- Throws:
SVNException-