com.izforge.izpack.installer.unpacker
Interface Cancellable


public interface Cancellable

Represents an operation that may be cancelled.

Author:
Tim Anderson

Method Summary
 boolean isCancelled()
          Determines if the operation has been cancelled.
 

Method Detail

isCancelled

boolean isCancelled()
Determines if the operation has been cancelled.

Returns:
true if the operation has been cancelled


Copyright © 2018. All rights reserved.