com.businessobjects.sdk.biar
Interface ICancelable

All Known Subinterfaces:
IImport, ILiveToLivePipe
All Known Implementing Classes:
AsyncImport

public interface ICancelable

An interface for operations which may be safely and promptly terminated in response to a user-request.


Method Summary
 void cancel()
          Cancels the in-progress operation.
 

Method Detail

cancel

void cancel()
Cancels the in-progress operation. Cancel should never block, and the operation represented by this object should terminate as early as possible after the call to cancel.