T
- parameter to be passed to #run(T)
method.public static interface ManagementServiceRestricted.RunnableWithParam<T>
Modifier and Type | Method and Description |
---|---|
void |
run(T param)
Run method.
|
void run(T param)
param
- parameter to the run method.