Class WysiwygEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<WysiwygContent>
-
- org.silverpeas.core.contribution.content.wysiwyg.notification.WysiwygEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<WysiwygContent>
public class WysiwygEvent extends AbstractResourceEvent<WysiwygContent>
An event about a change in the life-cycle of the specified WYSIWYG content. A change can be its creation, an update or a deletion.- 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
WysiwygEvent()
WysiwygEvent(ResourceEvent.Type type, WysiwygContent... wysiwyg)
-
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
-
WysiwygEvent
protected WysiwygEvent()
-
WysiwygEvent
public WysiwygEvent(ResourceEvent.Type type, WysiwygContent... wysiwyg)
- See Also:
( ResourceEvent.Type, Object[])
-
-