Package org.openwms.wms.receiving.events
Class ProductEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.openwms.core.event.RootApplicationEvent
-
- org.openwms.wms.receiving.events.ProductEvent
-
- All Implemented Interfaces:
Serializable
public class ProductEvent extends org.openwms.core.event.RootApplicationEvent
A ProductEvent.- Author:
- Heiko Scherrer
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ProductEvent.TYPE
-
Field Summary
Fields Modifier and Type Field Description private ProductEvent.TYPE
type
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ProductEvent(Object source)
Create a new RootApplicationEvent.ProductEvent(Object source, ProductEvent.TYPE type)
Create a new RootApplicationEvent.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductEvent.TYPE
getType()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Field Detail
-
type
private ProductEvent.TYPE type
-
-
Constructor Detail
-
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 Detail
-
getType
public ProductEvent.TYPE getType()
-
-