Class ClearNotificationsEvent
- java.lang.Object
-
- com.hybris.backoffice.widgets.notificationarea.event.ClearNotificationsEvent
-
- com.hybris.cockpitng.util.notifications.event.ClearNotificationsEvent
-
- All Implemented Interfaces:
CockpitEvent
public class ClearNotificationsEvent extends ClearNotificationsEvent
Event used to clear displayed notifications.
-
-
Field Summary
-
Fields inherited from class com.hybris.backoffice.widgets.notificationarea.event.ClearNotificationsEvent
EVENT_NAME
-
Fields inherited from interface com.hybris.cockpitng.core.events.CockpitEvent
APPLICATION, DESKTOP, SESSION, USER
-
-
Constructor Summary
Constructors Constructor Description ClearNotificationsEvent(java.lang.String source)ClearNotificationsEvent(java.lang.String source, NotificationEvent.Level level)
-
Method Summary
-
Methods inherited from class com.hybris.backoffice.widgets.notificationarea.event.ClearNotificationsEvent
getData, getLevel, getName, getSource
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.core.events.CockpitEvent
getDataAsCollection
-
-
-
-
Constructor Detail
-
ClearNotificationsEvent
public ClearNotificationsEvent(java.lang.String source, NotificationEvent.Level level)
-
ClearNotificationsEvent
public ClearNotificationsEvent(java.lang.String source)
-
-