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
-
Method Details
-
apply
void apply(com.vlsolutions.swing.docking.DockingDesktop desktop, T actionEvent) throws UserActionAbortedException - Throws:
UserActionAbortedException
-