executeAction

abstract fun executeAction(action: Action)

Execute the given action.

Parameters

action

Action to be executed.


abstract fun executeAction(action: Action, actionSender: ActionSender?)

Execute the given action.

Parameters

action

Action to be executed.

actionSender

Optional sender that triggered execution of this action.