Class ApplyDefaultLabelsAction
- java.lang.Object
-
- org.bidib.wizard.mvc.worklist.controller.actions.ApplyDefaultLabelsAction
-
- All Implemented Interfaces:
WorkListAction<org.bidib.wizard.api.event.DefaultLabelsWorkListItemEvent>
public class ApplyDefaultLabelsAction extends Object implements WorkListAction<org.bidib.wizard.api.event.DefaultLabelsWorkListItemEvent>
-
-
Constructor Summary
Constructors Constructor Description ApplyDefaultLabelsAction(ConnectionService connectionService, org.bidib.wizard.common.labels.WizardLabelWrapper wizardLabelWrapper, org.springframework.context.ApplicationEventPublisher applicationEventPublisher, org.bidib.wizard.api.service.console.ConsoleService consoleService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.api.event.DefaultLabelsWorkListItemEvent event)
-
-
-
Constructor Detail
-
ApplyDefaultLabelsAction
public ApplyDefaultLabelsAction(ConnectionService connectionService, org.bidib.wizard.common.labels.WizardLabelWrapper wizardLabelWrapper, org.springframework.context.ApplicationEventPublisher applicationEventPublisher, org.bidib.wizard.api.service.console.ConsoleService consoleService)
-
-
Method Detail
-
apply
public void apply(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.api.event.DefaultLabelsWorkListItemEvent event) throws ActionAbortedException- Specified by:
applyin interfaceWorkListAction<org.bidib.wizard.api.event.DefaultLabelsWorkListItemEvent>- Throws:
ActionAbortedException
-
-