Class UserEvent
- java.lang.Object
-
- org.silverpeas.core.notification.system.AbstractResourceEvent<UserDetail>
-
- org.silverpeas.core.admin.user.notification.UserEvent
-
- All Implemented Interfaces:
Serializable
,ResourceEvent<UserDetail>
public class UserEvent extends AbstractResourceEvent<UserDetail>
An event about the creation, an update or a deletion of a user in Silverpeas.- 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
UserEvent()
UserEvent(ResourceEvent.Type type, UserDetail... user)
-
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
-
UserEvent
protected UserEvent()
-
UserEvent
public UserEvent(ResourceEvent.Type type, UserDetail... user)
-
-