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

    Modifier and Type
    Method
    Description
    void
    apply(com.vlsolutions.swing.docking.DockingDesktop desktop, org.bidib.wizard.api.event.DefaultLabelsWorkListItemEvent event)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • 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 Details