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 SummaryFieldsFields inherited from class java.util.EventObjectsource
- 
Constructor SummaryConstructorsConstructorDescriptionCountChangeEvent(NotificationsIndicator source, boolean fromClient, Integer previousCount, Integer count) 
- 
Method SummaryMethods inherited from class com.vaadin.flow.component.ComponentEventgetSource, isFromClient, unregisterListenerMethods inherited from class java.util.EventObjecttoString
- 
Field Details- 
previousCount
- 
count
 
- 
- 
Constructor Details- 
CountChangeEventpublic CountChangeEvent(NotificationsIndicator source, boolean fromClient, Integer previousCount, Integer count) 
 
- 
- 
Method Details- 
getPreviousCount- Returns:
- previous notifications count
 
- 
getCount- Returns:
- notifications count
 
 
-