public class GenericCancelHandler extends Object implements CancelListener
Constructor and Description |
---|
GenericCancelHandler(Thread thread) |
Modifier and Type | Method and Description |
---|---|
void |
cancelProcessing(CancelEvent event)
Requests that the thread stop processing as soon as possible.
|
boolean |
isCancelled() |
public GenericCancelHandler(Thread thread)
public void cancelProcessing(CancelEvent event)
cancelProcessing
in interface CancelListener
public boolean isCancelled()