chemaxon.util
Interface Cancelable

All Known Subinterfaces:
ConcurrentProcessor

public interface Cancelable

Represents a task/operation that can be cancelled.

Author:
pkovacs

Method Summary
 void cancel()
           
 boolean isCanceled()
           
 

Method Detail

cancel

void cancel()

isCanceled

boolean isCanceled()