Class CommentEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<Comment>
-
- org.silverpeas.core.comment.service.notification.CommentEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<Comment>
public class CommentEvent extends AbstractResourceEvent<Comment>
An event of the life-cycle of comments. Such event is fired when a comment is added to a contribution or when it is updated or when it is deleted.- 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 Constructor Description CommentEvent()
CommentEvent(ResourceEvent.Type type, Comment... resource)
-
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
-
CommentEvent
public CommentEvent()
-
CommentEvent
public CommentEvent(ResourceEvent.Type type, Comment... resource)
-
-