ISVNCanceller, ISVNEventHandlerpublic class SVNEventAdapter extends java.lang.Object implements ISVNEventHandler
ISVNEventHandler.
Users's event handler implementations should extend this adapter class rather than implementing
ISVNEventHandler directly. This way, if the ISVNEventHandler 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 |
|---|---|
SVNEventAdapter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkCancelled() |
Does nothing.
|
void |
handleEvent(SVNEvent event,
double progress) |
Does nothing.
|
public void checkCancelled()
throws SVNCancelException
checkCancelled in interface ISVNCancellerSVNCancelExceptionpublic void handleEvent(SVNEvent event, double progress) throws SVNException
handleEvent in interface ISVNEventHandlerevent - progress - SVNException