ISVNCanceller, ISVNAdminEventHandler, ISVNEventHandlerpublic class SVNAdminEventAdapter extends java.lang.Object implements ISVNAdminEventHandler
ISVNAdminEventHandler.
Users's event handler implementations should extend this adapter class rather than implementing
ISVNAdminEventHandler directly. This way, if the ISVNAdminEventHandler interface is changed
in future, users' event handler implementations won't get broken since the changes will be reflected in
this adapter class.NULLUNKNOWN| Constructor | Description |
|---|---|
SVNAdminEventAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkCancelled() |
Does nothing.
|
void |
handleAdminEvent(SVNAdminEvent event,
double progress) |
Does nothing.
|
void |
handleEvent(SVNEvent event,
double progress) |
Does nothing.
|
public void handleAdminEvent(SVNAdminEvent event, double progress) throws SVNException
handleAdminEvent in interface ISVNAdminEventHandlerevent - progress - SVNExceptionpublic void checkCancelled()
throws SVNCancelException
checkCancelled in interface ISVNCancellerSVNCancelExceptionpublic void handleEvent(SVNEvent event, double progress) throws SVNException
handleEvent in interface ISVNEventHandlerevent - progress - SVNException