Class PublicationEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<PublicationDetail>
-
- org.silverpeas.core.contribution.publication.notification.PublicationEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<PublicationDetail>
public class PublicationEvent extends AbstractResourceEvent<PublicationDetail>
Event about a publication. This event can be about a creation, an update or a deletion of a publication.- 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 PublicationEvent(ResourceEvent.Type type, PublicationDetail... publication)
-
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
-
PublicationEvent
public PublicationEvent(ResourceEvent.Type type, PublicationDetail... publication)
-
-