Class DefaultIntegrationBackofficeEventSender

java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.common.services.impl.DefaultIntegrationBackofficeEventSender
All Implemented Interfaces:
IntegrationBackofficeEventSender

public class DefaultIntegrationBackofficeEventSender extends Object implements IntegrationBackofficeEventSender
Default implementation of the IntegrationBackofficeEventSender
  • Constructor Details

    • DefaultIntegrationBackofficeEventSender

      public DefaultIntegrationBackofficeEventSender()
  • Method Details

    • sendEvent

      public boolean sendEvent(String event, org.zkoss.zk.ui.Component component, Object data)
      Default implementation of the event sender that acts as a wrapper for ZK's Events.sendEvent()
      Specified by:
      sendEvent in interface IntegrationBackofficeEventSender
      Parameters:
      event - Type of event to send
      component - Component on which event is triggered
      data - Data which event state contains
      Returns:
      If component and data are not null.