|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CancellableTask<P>
Cancellable runnable which takes parameter of given type.
| Method Summary | |
|---|---|
void |
cancel()
After this method is called the task if running should exit the run method immediately. |
void |
run(P parameter)
Implement the functionality here. |
| Method Detail |
|---|
void cancel()
void run(P parameter) throws Exception
parameter - Parameter depending on the context or null.
Exception
|
org.netbeans.modules.java.source 0.13.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||