Class NotificationsIndicator.CountChangeEvent

java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<NotificationsIndicator>
io.jmix.notificationsflowui.component.notificationsindicator.NotificationsIndicator.CountChangeEvent
All Implemented Interfaces:
Serializable
Enclosing class:
NotificationsIndicator

public static class NotificationsIndicator.CountChangeEvent extends com.vaadin.flow.component.ComponentEvent<NotificationsIndicator>
An event that is fired when notifications count is changed.
See Also:
  • Field Details

    • previousCount

      protected Integer previousCount
    • count

      protected Integer count
  • Constructor Details

  • Method Details

    • getPreviousCount

      public Integer getPreviousCount()
      Returns:
      previous notifications count
    • getCount

      public Integer getCount()
      Returns:
      notifications count