Interface BaseCommonPluginResource.PluginAction
- 
- Enclosing class:
 - BaseCommonPluginResource
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@FunctionalInterface public static interface BaseCommonPluginResource.PluginAction
The interface that must be implemented by any plugin action passed toBaseCommonPluginResource.handle(Authorizer, PluginAction).In most cases, you will implement this as a lambda expression.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectexecute()Executes the action 
 -