org.tmatesoft.svn.core.wc.admin
Class SVNAdminEventAdapter
java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
- All Implemented Interfaces:
- ISVNAdminEventHandler, ISVNCanceller, ISVNEventHandler
- public class SVNAdminEventAdapter
- extends Object
- implements ISVNAdminEventHandler
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.0
- Version:
- 1.2.0
- Author:
- TMate Software Ltd.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVNAdminEventAdapter
public SVNAdminEventAdapter()
handleAdminEvent
public void handleAdminEvent(SVNAdminEvent event,
double progress)
throws SVNException
- Does nothing. To be overridden by a user's implementation.
- Specified by:
handleAdminEvent
in interface ISVNAdminEventHandler
- Parameters:
event
- progress
-
- Throws:
SVNException
checkCancelled
public void checkCancelled()
throws SVNCancelException
- Does nothing. To be overridden by a user's implementation.
- Specified by:
checkCancelled
in interface ISVNCanceller
- Throws:
SVNCancelException
handleEvent
public void handleEvent(SVNEvent event,
double progress)
throws SVNException
- Does nothing. To be overridden by a user's implementation.
- Specified by:
handleEvent
in interface ISVNEventHandler
- Parameters:
event
- progress
-
- Throws:
SVNException
Copyright © 2004-2008 TMate Software Ltd. All Rights Reserved.