public interface LongTask
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancel()
Cancel the task.
|
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task.
|
boolean cancel()
true if the task has been sucessfully cancelled, false otherwise.true if the task has been sucessfully cancelled, false otherwisevoid setProgressTicket(ProgressTicket progressTicket)
progressTicket - the progress ticket for this taskCopyright © 2007-2012 Gephi Consortium. All Rights Reserved.