Package org.hippoecm.hst.container.event
Class ComponentManagerBeforeReplacedEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.hippoecm.hst.container.event.ComponentManagerBeforeReplacedEvent
-
- All Implemented Interfaces:
Serializable
public class ComponentManagerBeforeReplacedEvent extends EventObject
Published by the component which is responsible for loading ComponentManager just before trying to replace the old component manager by the new component manager.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description ComponentManagerBeforeReplacedEvent(ComponentManager oldComponentManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentManager
getComponentManager()
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
ComponentManagerBeforeReplacedEvent
public ComponentManagerBeforeReplacedEvent(ComponentManager oldComponentManager)
-
-
Method Detail
-
getComponentManager
public ComponentManager getComponentManager()
-
-