Class SVNAdminEventAdapter

java.lang.Object
org.tmatesoft.svn.core.wc.admin.SVNAdminEventAdapter
All Implemented Interfaces:
ISVNCanceller, ISVNAdminEventHandler, 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
Version:
1.3