Class BackofficeEvent

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BackofficeEvent​(java.lang.String code, java.io.Serializable source)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      BackofficeEvent​(java.lang.String code, java.lang.Object data, java.io.Serializable source)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object getData()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class org.springframework.context.ApplicationEvent

        getTimestamp
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BackofficeEvent

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

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

      • getName

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

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