Class NetworkPopulationDetectingHandler

java.lang.Object
com.hybris.backoffice.workflow.designer.handler.NetworkPopulationDetectingHandler
All Implemented Interfaces:
com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator

public class NetworkPopulationDetectingHandler extends Object implements com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
Notifies listener about population and delegates population to delegate. The listener will not be notified about empty changes
  • Constructor Details

    • NetworkPopulationDetectingHandler

      public NetworkPopulationDetectingHandler()
  • Method Details

    • populate

      public com.hybris.cockpitng.components.visjs.network.data.Network populate(com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)
      Specified by:
      populate in interface com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
    • update

      public com.hybris.cockpitng.components.visjs.network.response.NetworkUpdates update(Object updatedObject, com.hybris.backoffice.widgets.networkchart.context.NetworkChartContext networkChartContext)
      Specified by:
      update in interface com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator
    • getDelegate

      public com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator getDelegate()
    • setDelegate

      public void setDelegate(com.hybris.backoffice.widgets.networkchart.handler.NetworkPopulator delegate)
    • getListener

    • setListener

      public void setListener(WorkflowDesignerDataManipulationListener listener)