Class ClearNotificationsEvent
- java.lang.Object
-
- com.hybris.backoffice.widgets.notificationarea.event.ClearNotificationsEvent
-
- All Implemented Interfaces:
CockpitEvent
- Direct Known Subclasses:
ClearNotificationsEvent
@Deprecated public class ClearNotificationsEvent extends java.lang.Object implements CockpitEvent
Deprecated.since 1811Event used to clear displayed notifications.- See Also:
ClearNotificationsEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringEVENT_NAMEDeprecated.-
Fields inherited from interface com.hybris.cockpitng.core.events.CockpitEvent
APPLICATION, DESKTOP, SESSION, USER
-
-
Constructor Summary
Constructors Constructor Description ClearNotificationsEvent(java.lang.String source)Deprecated.ClearNotificationsEvent(java.lang.String source, NotificationEvent.Level level)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectgetData()Deprecated.NotificationEvent.LevelgetLevel()Deprecated.java.lang.StringgetName()Deprecated.java.lang.StringgetSource()Deprecated.-
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
-
-
-
-
Field Detail
-
EVENT_NAME
public static final java.lang.String EVENT_NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ClearNotificationsEvent
public ClearNotificationsEvent(java.lang.String source, NotificationEvent.Level level)Deprecated.- Parameters:
source- identity of notifications sourcelevel- importance level of notifications to be removed
-
ClearNotificationsEvent
public ClearNotificationsEvent(java.lang.String source)
Deprecated.- Parameters:
source- identity of notification source
-
-
Method Detail
-
getName
public java.lang.String getName()
Deprecated.- Specified by:
getNamein interfaceCockpitEvent- Returns:
- The name of the event.
-
getData
public java.lang.Object getData()
Deprecated.- Specified by:
getDatain interfaceCockpitEvent- Returns:
- The data attached to the event. Can be null.
-
getSource
public java.lang.String getSource()
Deprecated.- Specified by:
getSourcein interfaceCockpitEvent- Returns:
- The event source, i.e. the object which has fired the event. Can be null.
-
getLevel
public NotificationEvent.Level getLevel()
Deprecated.
-
-