public static interface IlvThreadedTaskProcessor.ThreadedTask
IlvThreadedTaskProcessor
Modifier and Type | Method and Description |
---|---|
void |
execute()
Method that is executed by the
IlvThreadedTaskProcessor in its dedicated thread.. |
boolean |
isCancelled()
Returns whether this task has been canceled (by a call to
setCancelled() ) |
void |
setCancelled()
Marks this task to be canceled by the
IlvThreadedTaskProcessor that handles it. |
void setCancelled()
IlvThreadedTaskProcessor
that handles it.boolean isCancelled()
setCancelled()
)void execute()
IlvThreadedTaskProcessor
in its dedicated thread..© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.