Class UiImageDisplay.ImageDisplayedEvent

java.lang.Object
org.teamapps.dto.UiImageDisplay.ImageDisplayedEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiImageDisplay

public static class UiImageDisplay.ImageDisplayedEvent extends Object implements UiEvent
  • Field Details

    • componentId

      protected String componentId
    • imageId

      protected String imageId
  • Constructor Details

    • ImageDisplayedEvent

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

      public ImageDisplayedEvent(String componentId, String imageId)
  • Method Details