Class NotificationEvent
- java.lang.Object
-
- com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent
-
- com.hybris.cockpitng.util.notifications.event.NotificationEvent
-
- All Implemented Interfaces:
CockpitEvent
public class NotificationEvent extends NotificationEvent
Communicates information across application.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent
NotificationEvent.Level
-
-
Field Summary
-
Fields inherited from class com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent
EVENT_NAME, EVENT_SOURCE_UNKNOWN, EVENT_TYPE_UNKNOWN
-
Fields inherited from interface com.hybris.cockpitng.core.events.CockpitEvent
APPLICATION, DESKTOP, SESSION, USER
-
-
Constructor Summary
Constructors Constructor Description NotificationEvent(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referencedObjects)
-
Method Summary
-
Methods inherited from class com.hybris.backoffice.widgets.notificationarea.event.NotificationEvent
equals, getData, getEventType, getLevel, getName, getReferencedObjects, getSource, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.core.events.CockpitEvent
getDataAsCollection
-
-
-
-
Constructor Detail
-
NotificationEvent
public NotificationEvent(java.lang.String source, java.lang.String eventType, NotificationEvent.Level level, java.lang.Object... referencedObjects)- Parameters:
source- identity of notification sourceeventType- type of event that has taken placelevel- importance level of notificationreferencedObjects-
-
-