Class ProductEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.wms.receiving.inventory.events.ProductEvent
- All Implemented Interfaces:
 Serializable
public class ProductEvent
extends org.openwms.core.event.RootApplicationEvent
implements Serializable
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) ProductEvent(Object source, ProductEvent.TYPE type)  - 
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
getSource, toString 
- 
Field Details
- 
type
 
 - 
 - 
Constructor Details
- 
ProductEvent
 - 
ProductEvent
 
 - 
 - 
Method Details
- 
getType
 
 -