org.netbeans.modules.java.source 0.80.1 17

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

All Known Subinterfaces:
CancellableTask<P>

public interface Task<P>

Runnable which takes parameter of a given type.

Since:
0.18

Method Summary
 void run(P parameter)
          Implement the functionality here.
 

Method Detail

run

void run(P parameter)
         throws Exception
Implement the functionality here.

Parameters:
parameter - Parameter depending on the context or null.
Throws:
Exception

org.netbeans.modules.java.source 0.80.1 17

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