Package org.openwms.wms.commands
Class EnsureProductExistsCommand
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- org.openwms.core.event.RootApplicationEvent
-
- org.openwms.wms.commands.EnsureProductExistsCommand
-
- All Implemented Interfaces:
Serializable
public class EnsureProductExistsCommand extends org.openwms.core.event.RootApplicationEvent
A EnsureProductExistsCommand.- Author:
- Heiko Scherrer
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description EnsureProductExistsCommand(Object source)
Create a new RootApplicationEvent.
-
-
-
Constructor Detail
-
EnsureProductExistsCommand
public EnsureProductExistsCommand(Object source)
Create a new RootApplicationEvent.- Parameters:
source
- The event sender, never null
-
-