Class TransportUnitEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.common.transport.events.TransportUnitEvent
- All Implemented Interfaces:
Serializable
public class TransportUnitEvent
extends org.openwms.core.event.RootApplicationEvent
A TransportUnitEvent.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
static enum
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprivate
private
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
static TransportUnitEvent.Builder
static TransportUnitEvent
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
type
-
actualLocation
-
previousLocation
-
-
Constructor Details
-
TransportUnitEvent
-
TransportUnitEvent
-
-
Method Details
-
newBuilder
-
getType
-
getActualLocation
-
getPreviousLocation
-
of
public static TransportUnitEvent of(TransportUnit tu, TransportUnitEvent.TransportUnitEventType type)
-