Class SVNEventAdapter

  • All Implemented Interfaces:
    ISVNCanceller, ISVNEventHandler

    public class SVNEventAdapter
    extends java.lang.Object
    implements 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