Class ProductEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.wms.shipping.events.inventory.ProductEvent
All Implemented Interfaces:
Serializable

public class ProductEvent extends org.openwms.core.event.RootApplicationEvent
A ProductEvent.
Author:
Heiko Scherrer
See Also:
  • Field Details

  • Constructor Details

    • ProductEvent

      public ProductEvent(Object source)
      Create a new RootApplicationEvent.
      Parameters:
      source - The event sender, never null
    • ProductEvent

      public ProductEvent(Object source, ProductEvent.TYPE type)
      Create a new RootApplicationEvent.
      Parameters:
      source - The event sender, never null
  • Method Details