Module is.codion.swing.common.ui
Interface Control.ActionCommand
- Enclosing interface:
- Control
public static interface Control.ActionCommand
A command interface, allowing Controls based on
ActionEvent
s.-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(ActionEvent actionEvent) Executes the command task.
-
Method Details
-
execute
Executes the command task.- Parameters:
actionEvent
- the action event- Throws:
Exception
- in case of an exception
-