SVNKit Home

org.tmatesoft.svn.core
Interface ISVNCanceller

All Known Subinterfaces:
ISVNAdminEventHandler, ISVNEventHandler
All Known Implementing Classes:
SVNAdminEventAdapter, SVNBasicClient, SVNEventAdapter, SVNRepositoryReplicator

public interface ISVNCanceller

Version:
1.1.2
Author:
TMate Software Ltd.

Field Summary
static ISVNCanceller NULL
           
 
Method Summary
 void checkCancelled()
          Checks if the current operation is cancelled (somehow interrupted) and should throw an SVNCancelException.
 

Field Detail

NULL

public static final ISVNCanceller NULL
Method Detail

checkCancelled

public void checkCancelled()
                    throws SVNCancelException
Checks if the current operation is cancelled (somehow interrupted) and should throw an SVNCancelException.

Throws:
SVNCancelException

SVNKit Home

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