| |
|
| java.lang.Object org.netbeans.modules.gsfret.editor.semantic.ScanningCancellableTask
ScanningCancellableTask | abstract public class ScanningCancellableTask implements CancellableTask<T>(Code) | | This file is originally from Retouche, the Java Support
infrastructure in NetBeans. I have modified the file as little
as possible to make merging Retouche fixes back as simple as
possible.
author: Jan Lahoda |
Method Summary | |
final public synchronized void | cancel() | final protected synchronized boolean | isCancelled() | final protected synchronized void | resume() | abstract public void | run(T parameter) |
ScanningCancellableTask | protected ScanningCancellableTask()(Code) | | Creates a new instance of ScanningCancellableTask
|
cancel | final public synchronized void cancel()(Code) | | |
isCancelled | final protected synchronized boolean isCancelled()(Code) | | |
resume | final protected synchronized void resume()(Code) | | |
|
|
|