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

    Modifier and Type Method Description
    org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason getClosingReason()  
    NotificationBarItem getItem()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NotificationBarItemClosedEvent

      public NotificationBarItemClosedEvent​(NotificationBarItem item, org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason closingReason)
  • Method Details

    • getItem

      public NotificationBarItem getItem()
    • getClosingReason

      public org.teamapps.ux.component.notification.NotificationBarItemClosedEvent.ClosingReason getClosingReason()