SVNKit Home

org.tmatesoft.svn.core
Interface ISVNCanceller

All Known Subinterfaces:
ISVNAdminEventHandler, ISVNEventHandler
All Known Implementing Classes:
SVNAdminClient, SVNAdminEventAdapter, SVNBasicClient, SVNCommitClient, SVNCopyClient, SVNDiffClient, SVNEventAdapter, SVNLogClient, SVNLookClient, SVNMoveClient, SVNRepositoryReplicator, SVNStatusClient, SVNUpdateClient, SVNWCClient

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

static final ISVNCanceller NULL
Method Detail

checkCancelled

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

Throws:
SVNCancelException

SVNKit Home

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