Interface WorkListAction<T extends org.bidib.wizard.api.event.WorkListItemEvent>
-
- All Known Implementing Classes:
ApplyDefaultLabelsAction,DownloadFirmwareAction,DownloadWizardAction
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface WorkListAction<T extends org.bidib.wizard.api.event.WorkListItemEvent>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(com.vlsolutions.swing.docking.DockingDesktop desktop, T actionEvent)
-
-
-
Method Detail
-
apply
void apply(com.vlsolutions.swing.docking.DockingDesktop desktop, T actionEvent) throws ActionAbortedException- Throws:
ActionAbortedException
-
-