Package org.openwms.common.transport
Class TransportUnitEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.common.transport.TransportUnitEvent
- All Implemented Interfaces:
Serializable
public class TransportUnitEvent
extends org.openwms.core.event.RootApplicationEvent
A TransportUnitEvent.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic enum -
Field Summary
FieldsFields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTransportUnitEvent(org.openwms.common.transport.api.TransportUnitVO source, TransportUnitEvent.TransportUnitEventType type) private -
Method Summary
Modifier and TypeMethodDescriptionorg.openwms.common.transport.api.TransportUnitVOgetType()static TransportUnitEvent.Builderstatic TransportUnitEventof(org.openwms.common.transport.api.TransportUnitVO tu, TransportUnitEvent.TransportUnitEventType type) Methods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString
-
Field Details
-
type
-
-
Constructor Details
-
TransportUnitEvent
private TransportUnitEvent(org.openwms.common.transport.api.TransportUnitVO source, TransportUnitEvent.TransportUnitEventType type) -
TransportUnitEvent
-
-
Method Details
-
newBuilder
-
getType
-
getSource
public org.openwms.common.transport.api.TransportUnitVO getSource()- Overrides:
getSourcein classEventObject
-
of
public static TransportUnitEvent of(org.openwms.common.transport.api.TransportUnitVO tu, TransportUnitEvent.TransportUnitEventType type)
-