public class AbstractRenderTarget extends Object implements LongTask
| Constructor and Description |
|---|
AbstractRenderTarget() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancel the task.
|
ProgressTicket |
getProgressTicket() |
boolean |
isCancelled() |
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task.
|
public boolean isCancelled()
public boolean cancel()
LongTasktrue if the task has been sucessfully cancelled, false otherwise.public void setProgressTicket(ProgressTicket progressTicket)
LongTasksetProgressTicket in interface LongTaskprogressTicket - the progress ticket for this taskpublic ProgressTicket getProgressTicket()
Copyright © 2007–2017. All rights reserved.