Class NotificationBarItemClosedEvent
- java.lang.Object
-
- org.teamapps.ux.component.notification.NotificationBarItemClosedEvent
-
public class NotificationBarItemClosedEvent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description NotificationBarItemClosedEvent(NotificationBarItem item, org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason closingReason)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReasongetClosingReason()NotificationBarItemgetItem()
-
-
-
Constructor Detail
-
NotificationBarItemClosedEvent
public NotificationBarItemClosedEvent(NotificationBarItem item, org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason closingReason)
-
-
Method Detail
-
getItem
public NotificationBarItem getItem()
-
getClosingReason
public org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason getClosingReason()
-
-