Class TargetEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.common.location.api.events.TargetEvent
- All Implemented Interfaces:
Serializable
public class TargetEvent
extends org.openwms.core.event.RootApplicationEvent
implements Serializable
A TargetEvent signals changes on
Target
s, like a Location
or a LocationGroup
.- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate LockType
private LockMode
private Boolean
private String
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ModifierConstructorDescriptionprotected
TargetEvent
(String source) Create a new TargetEvent.private
TargetEvent
(TargetEvent.Builder builder) -
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
targetBK
-
lockType
-
operationMode
-
reAllocation
-
-
Constructor Details
-
TargetEvent
Create a new TargetEvent.- Parameters:
source
- The business key of the Target, can be aLocationPK
in String format or a LocationGroup name
-
TargetEvent
-
-
Method Details