jACOB 2.7 API Documentation.

de.tif.jacob.screen
Interface ILongLastingOperation


public interface ILongLastingOperation


Method Summary
 boolean tryToCancel()
          Any long lasting operation must implement this cancel method, which should abort the operation as quick as possible.
 

Method Detail

tryToCancel

boolean tryToCancel()
                    throws java.lang.Exception
Any long lasting operation must implement this cancel method, which should abort the operation as quick as possible.

Returns:
true if the operation has been successfully canceled or false if cancelling is not possible at the current moment for any reason
Throws:
java.lang.Exception - any other problem then trying to cancel

jACOB 2.7 API Documentation.