Package org.tmatesoft.svn.core.wc.admin
Class SVNAdminEventAdapter
java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
- All Implemented Interfaces:
ISVNCanceller,ISVNAdminEventHandler,ISVNEventHandler
SVNAdminEventAdapter is an adapter class for
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.- Since:
- 1.2
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
Field Summary
Fields inherited from interface org.tmatesoft.svn.core.ISVNCanceller
NULLFields inherited from interface org.tmatesoft.svn.core.wc.ISVNEventHandler
UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidDoes nothing.voidhandleAdminEvent(SVNAdminEvent event, double progress) Does nothing.voidhandleEvent(SVNEvent event, double progress) Does nothing.
-
Constructor Details
-
SVNAdminEventAdapter
public SVNAdminEventAdapter()
-
-
Method Details
-
handleAdminEvent
Does nothing. To be overridden by a user's implementation.- Specified by:
handleAdminEventin interfaceISVNAdminEventHandler- Parameters:
event-progress-- Throws:
SVNException
-
checkCancelled
Does nothing. To be overridden by a user's implementation.- Specified by:
checkCancelledin interfaceISVNCanceller- Throws:
SVNCancelException
-
handleEvent
Does nothing. To be overridden by a user's implementation.- Specified by:
handleEventin interfaceISVNEventHandler- Parameters:
event-progress-- Throws:
SVNException
-