Class UiNotificationBar.ItemClosedEvent

java.lang.Object
org.teamapps.dto.UiNotificationBar.ItemClosedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiNotificationBar

public static class UiNotificationBar.ItemClosedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • id

      protected String id
    • wasTimeout

      protected boolean wasTimeout
  • Constructor Details

    • ItemClosedEvent

      @Deprecated public ItemClosedEvent()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • ItemClosedEvent

      public ItemClosedEvent(String componentId, String id, boolean wasTimeout)
  • Method Details