org.netbeans.modules.java.source 0.80.1 17

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.80.1 17

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.