Class CalendarLifeCycleEventNotifier
- java.lang.Object
-
- org.silverpeas.core.notification.system.CDIResourceEventNotifier<Calendar,CalendarLifeCycleEvent>
-
- org.silverpeas.core.calendar.notification.CalendarLifeCycleEventNotifier
-
- All Implemented Interfaces:
ResourceEventNotifier<Calendar,CalendarLifeCycleEvent>
@Bean public class CalendarLifeCycleEventNotifier extends CDIResourceEventNotifier<Calendar,CalendarLifeCycleEvent>
A notifier of lifecycle events ofCalendar
instances.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description CalendarLifeCycleEventNotifier()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CalendarLifeCycleEvent
createResourceEventFrom(ResourceEvent.Type type, Calendar... resource)
static CalendarLifeCycleEventNotifier
get()
-
Methods inherited from class org.silverpeas.core.notification.system.CDIResourceEventNotifier
notify, notifyEventOn
-
-
-
-
Method Detail
-
get
public static CalendarLifeCycleEventNotifier get()
-
createResourceEventFrom
protected CalendarLifeCycleEvent createResourceEventFrom(ResourceEvent.Type type, Calendar... resource)
- Specified by:
createResourceEventFrom
in classCDIResourceEventNotifier<Calendar,CalendarLifeCycleEvent>
-
-