Class LocationGroupEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.openwms.core.event.RootApplicationEvent
org.openwms.common.location.api.events.LocationGroupEvent
- All Implemented Interfaces:
Serializable
public class LocationGroupEvent
extends org.openwms.core.event.RootApplicationEvent
implements Serializable
A LocationGroupEvent.
- Author:
- Heiko Scherrer
- See Also:
-
Nested Class Summary
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorDescriptionLocationGroupEvent
(@NotNull Object source, @NotNull LocationGroupEvent.LocationGroupEventType type) Create a new RootApplicationEvent. -
Method Summary
Modifier and TypeMethodDescriptionprivate static Object
assertThis
(Object source, LocationGroupEvent.LocationGroupEventType type) static LocationGroupEvent
boot()
getType()
static LocationGroupEvent
of
(Object obj, LocationGroupEvent.LocationGroupEventType type) Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Field Details
-
type
-
-
Constructor Details
-
LocationGroupEvent
public LocationGroupEvent(@NotNull @NotNull Object source, @NotNull @NotNull LocationGroupEvent.LocationGroupEventType type) Create a new RootApplicationEvent.- Parameters:
source
- The event sendertype
- The event type
-
-
Method Details
-
assertThis
-
boot
-
getType
-
of
-