Class UserPreferenceEventListener
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventListener<UserPreferenceEvent>
-
- org.silverpeas.core.calendar.notification.UserPreferenceEventListener
-
- All Implemented Interfaces:
ResourceEventListener<UserPreferenceEvent>
@Bean public class UserPreferenceEventListener extends CDIResourceEventListener<UserPreferenceEvent>
- Author:
- Yohann Chastagnier
-
-
Field Summary
-
Fields inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
logger
-
-
Constructor Summary
Constructors Constructor Description UserPreferenceEventListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onUpdate(UserPreferenceEvent event)
An event on the update of a resource has be listened.-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventListener
onEvent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.notification.system.ResourceEventListener
dispatchEvent, isEnabled, onCreation, onDeletion, onMove, onRecovery, onRemoving, onUnlock
-
-
-
-
Method Detail
-
onUpdate
public void onUpdate(UserPreferenceEvent event) throws Exception
Description copied from interface:ResourceEventListener
An event on the update of a resource has be listened. By default, this method does nothing.- Parameters:
event
- the event on the update of a resource.- Throws:
Exception
- if an error occurs while treating the event.
-
-