public interface ISVNAdminEventHandler extends ISVNEventHandler
SVNAdminClient
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.UNKNOWNNULL| Modifier and Type | Method and Description |
|---|---|
void |
handleAdminEvent(SVNAdminEvent event,
double progress)
Handles the current admin event.
|
handleEventcheckCancelledvoid handleAdminEvent(SVNAdminEvent event, double progress) throws SVNException
event - an event to handleprogress - progress state (reserved for future purposes)SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.