Class UiNotification.ClosedEvent

java.lang.Object
org.teamapps.dto.UiNotification.ClosedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiNotification

public static class UiNotification.ClosedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • byUser

      protected boolean byUser
  • Constructor Details

    • ClosedEvent

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

      public ClosedEvent(String componentId, boolean byUser)
  • Method Details