public 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.UNKNOWN
NULL
Constructor and Description |
---|
SVNEventAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
checkCancelled()
Does nothing.
|
void |
handleEvent(SVNEvent event,
double progress)
Does nothing.
|
public void checkCancelled() throws SVNCancelException
checkCancelled
in interface ISVNCanceller
SVNCancelException
public void handleEvent(SVNEvent event, double progress) throws SVNException
handleEvent
in interface ISVNEventHandler
event
- progress
- SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.