Uses of Class
com.hybris.backoffice.widgets.notificationarea.event.ClearNotificationsEvent
-
Packages that use ClearNotificationsEvent Package Description com.hybris.backoffice.widgets.notificationarea com.hybris.cockpitng.util.notifications.event -
-
Uses of ClearNotificationsEvent in com.hybris.backoffice.widgets.notificationarea
Methods in com.hybris.backoffice.widgets.notificationarea with parameters of type ClearNotificationsEvent Modifier and Type Method Description voidNotificationController. onClearNotifications(ClearNotificationsEvent clearEvent)Processes clearEvent which removes notifications of specified source and type (if specified in clearEventgetLevel()). -
Uses of ClearNotificationsEvent in com.hybris.cockpitng.util.notifications.event
Subclasses of ClearNotificationsEvent in com.hybris.cockpitng.util.notifications.event Modifier and Type Class Description classClearNotificationsEventEvent used to clear displayed notifications.
-