Package org.tmatesoft.svn.core.wc
Class SVNEventAdapter
java.lang.Object
org.tmatesoft.svn.core.wc.SVNEventAdapter
- All Implemented Interfaces:
ISVNCanceller
,ISVNEventHandler
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.- Since:
- 1.2
- Version:
- 1.3
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULL
Fields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Does nothing.void
handleEvent
(SVNEvent event, double progress) Does nothing.
-
Constructor Details
-
SVNEventAdapter
public SVNEventAdapter()
-
-
Method Details
-
checkCancelled
Does nothing. To be overridden by a user's implementation.- Specified by:
checkCancelled
in interfaceISVNCanceller
- Throws:
SVNCancelException
-
handleEvent
Does nothing. To be overridden by a user's implementation.- Specified by:
handleEvent
in interfaceISVNEventHandler
- Parameters:
event
-progress
-- Throws:
SVNException
-