Package com.hybris.backoffice.events
Class BackofficeEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
de.hybris.platform.servicelayer.event.events.AbstractEvent
com.hybris.backoffice.events.BackofficeEvent
- All Implemented Interfaces:
Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
A generic application event to communicate with backoffice cockpit domain.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackofficeEvent(String code, Serializable source) Deprecated, for removal: This API element is subject to removal in a future version.BackofficeEvent(String code, Object data, Serializable source) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.event.events.AbstractEvent
getScope, getSource, isFromCluster, setFromCluster, setScope, toStringMethods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
-
Constructor Details
-
BackofficeEvent
Deprecated, for removal: This API element is subject to removal in a future version. -
BackofficeEvent
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the code
-
getData
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the data
-
AbstractEventinstead.