Interface ActionService
@NonNullByDefault
public interface ActionService
This interface must be implemented by services that want to contribute script actions.
- Author:
- Kai Kreuzer - Initial contribution
-
Method Details
-
getActionClassName
returns the FQCN of the action class.- Returns:
- the FQCN of the action class
-
getActionClass
Class<?> getActionClass()Returns the action class itself- Returns:
- the action class
-