org.netbeans.modules.java.source 0.60.2 10

org.netbeans.api.java.source
Interface CancellableTask<P>

All Superinterfaces:
Task<P>

public interface CancellableTask<P>
extends Task<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.
 
Methods inherited from interface org.netbeans.api.java.source.Task
run
 

Method Detail

cancel

void cancel()
After this method is called the task if running should exit the run method immediately.


org.netbeans.modules.java.source 0.60.2 10

Built on July 29 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.