... import org.tmatesoft.svn.core.wc.SVNCommitClient; ... ISVNOptions options = SVNWCUtil.createDefaultOptions(true); SVNCommitClient commitClient = new SVNCommitClient(null, options); commitClient.setEventHandler(new ISVNEventHandler(){ ... });
All calls to handleEvent() and checkCancelled() methods are synchronous - that is the caller is blocked till a method finishes. @version 1.3 @since 1.2 @author TMate Software Ltd. @see SVNEvent @see Examples
|
|