Module net.anwiba.commons.swing
Interface ITableActionClosure<T>
public interface ITableActionClosure<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Component component, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel)
-
Method Details
-
execute
void execute(Component component, IObjectTableModel<T> tableModel, ISelectionIndexModel<T> selectionIndexModel)
-