|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LongTask
Interface that any class can implement to support progress and cancellation.
Method Summary | |
---|---|
boolean |
cancel()
Cancel the task. |
void |
setProgressTicket(ProgressTicket progressTicket)
Set the progress ticket for the long task. |
Method Detail |
---|
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 task
|
Gephi Toolkit Javadoc | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |