Class KeyAction
-
-
Constructor Summary
Constructors Constructor Description KeyAction(BaseActionManager manager, ConfigReader config)
-
Method Summary
Modifier and Type Method Description StringgetGlobalId()Evaluator<String>getKey()ActiongetDefaultAction()ActiongetMatchAction()Map<String, Action>getActions()ActionTypegetType()-
-
Constructor Detail
-
KeyAction
KeyAction(BaseActionManager manager, ConfigReader config)
-
-
Method Detail
-
getGlobalId
@NonNull() String getGlobalId()
-
getDefaultAction
@NonNull() Action getDefaultAction()
-
getMatchAction
@NonNull() Action getMatchAction()
-
getActions
@NonNull() Map<String, Action> getActions()
-
getType
@NonNull() ActionType getType()
-
-
-
-