Class Notification.OpenedChangeEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<Notification>
com.vaadin.flow.component.notification.Notification.OpenedChangeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
Notification

public static class Notification.OpenedChangeEvent extends ComponentEvent<Notification>
opened-changed event is sent when the notification opened state changes.
See Also:
  • Constructor Details

    • OpenedChangeEvent

      public OpenedChangeEvent(Notification source, boolean fromClient)
  • Method Details

    • isOpened

      public boolean isOpened()