org.tmatesoft.svn.core.wc.admin

Interface ISVNAdminEventHandler

public interface ISVNAdminEventHandler extends ISVNEventHandler

The ISVNAdminEventHandler is used in several methods of SVNAdminClient to notify callers of operation progress. To register your ISVNAdminEventHandler in SVNAdminClient pass it to SVNAdminClient.setEventHandler(). Or if you are using SVNClientManager you may register your handler by passing it to SVNClientManager.setEventHandler(). ISVNAdminEventHandler extends ISVNEventHandler, so at the same time you may use it with other SVN*Client objects and as a cancellation editor.

Since: 1.1.1

Version: 1.1.1

Author: TMate Software Ltd.

Method Summary
voidhandleAdminEvent(SVNAdminEvent event, double progress)
Handles the current admin event.

Method Detail

handleAdminEvent

public void handleAdminEvent(SVNAdminEvent event, double progress)
Handles the current admin event.

Parameters: event an event to handle progress progress state (reserved for future purposes)

Throws: SVNException

Copyright © 2004-2007 TMate Software Ltd. All Rights Reserved.