Class ComponentInstanceEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<ComponentInst>
-
- org.silverpeas.core.admin.component.notification.ComponentInstanceEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<ComponentInst>
public class ComponentInstanceEvent extends AbstractResourceEvent<ComponentInst>
Events about the life-cycle of a component instance. They means to be triggered when a component instance is created, deleted or updated.- Author:
- mmoquillon
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.silverpeas.core.notification.system.ResourceEvent
ResourceEvent.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ComponentInstanceEvent()
ComponentInstanceEvent(ResourceEvent.Type type, ComponentInst... componentInst)
-
Method Summary
-
Methods inherited from class org.silverpeas.core.notification.system.AbstractResourceEvent
equals, getParameters, getParameterValue, getTransition, getType, hashCode, putParameter
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.system.ResourceEvent
isOnCreation, isOnDeletion, isOnRecovery, isOnRemoving, isOnUpdate
-
-
-
-
Constructor Detail
-
ComponentInstanceEvent
protected ComponentInstanceEvent()
-
ComponentInstanceEvent
public ComponentInstanceEvent(ResourceEvent.Type type, ComponentInst... componentInst)
-
-