Package org.openwms.wms.inventory.events
Class ProductEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.wms.inventory.events.ProductEvent
- All Implemented Interfaces:
Serializable
public class ProductEvent
extends org.openwms.core.event.RootApplicationEvent
A ProductEvent.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionProductEvent
(Object source) Create a new RootApplicationEvent.ProductEvent
(Object source, ProductEvent.TYPE type) Create a new RootApplicationEvent. -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
type
-
-
Constructor Details
-
ProductEvent
Create a new RootApplicationEvent.- Parameters:
source
- The event sender, never null
-
ProductEvent
Create a new RootApplicationEvent.- Parameters:
source
- The event sender, never null
-
-
Method Details
-
getType
-