Class ClearNotificationsEvent

    • 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 source
        level - 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:
        getName in interface CockpitEvent
        Returns:
        The name of the event.
      • getData

        public java.lang.Object getData()
        Deprecated.
        Specified by:
        getData in interface CockpitEvent
        Returns:
        The data attached to the event. Can be null.
      • getSource

        public java.lang.String getSource()
        Deprecated.
        Specified by:
        getSource in interface CockpitEvent
        Returns:
        The event source, i.e. the object which has fired the event. Can be null.