Package org.openwms.wms.inventory.events
Class LoadUnitEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.wms.inventory.events.LoadUnitEvent
- All Implemented Interfaces:
Serializable
public class LoadUnitEvent
extends org.openwms.core.event.RootApplicationEvent
A LoadUnitEvent.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionLoadUnitEvent
(LoadUnit source) LoadUnitEvent
(LoadUnit source, LoadUnitEvent.TYPE type) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
toString
-
Field Details
-
type
-
-
Constructor Details
-
LoadUnitEvent
-
LoadUnitEvent
-
-
Method Details
-
getType
-
getSource
- Overrides:
getSource
in classEventObject
-