|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.wc.SVNEventAdapter
public class SVNEventAdapter
SVNEventAdapter is an adapter class for 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.
Field Summary |
---|
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler |
---|
UNKNOWN |
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller |
---|
NULL |
Constructor Summary | |
---|---|
SVNEventAdapter()
|
Method Summary | |
---|---|
void |
checkCancelled()
Does nothing. |
void |
handleEvent(SVNEvent event,
double progress)
Does nothing. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SVNEventAdapter()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |