Class UiNotification.OpenedEvent

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

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

    • componentId

      protected String componentId
  • Constructor Details

    • OpenedEvent

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

      public OpenedEvent(String componentId)
  • Method Details