Module is.codion.swing.common.ui
Interface Control.Command
- All Known Subinterfaces:
EntityEditPanel.DeleteCommand
,EntityEditPanel.InsertCommand
,EntityEditPanel.UpdateCommand
- All Known Implementing Classes:
EntityEditPanel.DefaultInsertCommand
- Enclosing interface:
Control
public static interface Control.Command
A command interface, allowing Controls based on method references
-
Method Summary
-
Method Details
-
execute
Executes the command task.- Throws:
Exception
- in case of an exception
-