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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultIntegrationBackofficeEventSender
public DefaultIntegrationBackofficeEventSender()
-
-
Method Details
-
sendEvent
Default implementation of the event sender that acts as a wrapper for ZK's Events.sendEvent()- Specified by:
sendEventin interfaceIntegrationBackofficeEventSender- Parameters:
event- Type of event to sendcomponent- Component on which event is triggereddata- Data which event state contains- Returns:
- If component and data are not null.
-