org.tmatesoft.svn.core

Interface ISVNCanceller

public interface ISVNCanceller

Version: 1.1.2

Author: TMate Software Ltd.

Field Summary
ISVNCancellerNULL
Method Summary
voidcheckCancelled()
Checks if the current operation is cancelled (somehow interrupted) and should throw an SVNCancelException.

Field Detail

NULL

public ISVNCanceller NULL

Method Detail

checkCancelled

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

Throws: SVNCancelException

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