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(since="6.7", forRemoval=true) public class BackofficeEvent extends AbstractEvent
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.7, extend AbstractEvent instead.
A generic application event to communicate with backoffice cockpit domain.
See Also:
  • Constructor Details

    • BackofficeEvent

      public BackofficeEvent(String code, Serializable source)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • BackofficeEvent

      public BackofficeEvent(String code, Object data, Serializable source)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the code
    • getData

      public Object getData()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      the data