Module is.codion.swing.common.ui
Interface Control.Command
- All Known Subinterfaces:
EntityEditPanel.DeleteCommand,EntityEditPanel.InsertCommand,EntityEditPanel.UpdateCommand
- Enclosing interface:
Control
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
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
-