JavaScript is disabled on your browser.
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.extexecution.base/2 1.30
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.netbeans.api.extexecution.base
Interface ParametrizedRunnable<T>
Type Parameters:
T
- the type of required parameter
public interface
ParametrizedRunnable<T>
The interface representing a runnable code accepting a parameter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
run
(
T
parameter)
The runnable code itself.
Method Detail
run
void run(
T
parameter)
The runnable code itself.
Parameters:
parameter
- the parameter
Skip navigation links
API Changes
Architecture Summary
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.extexecution.base/2 1.30
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method