Class UiRootPanel.CustomMessageEvent

java.lang.Object
org.teamapps.dto.UiRootPanel.CustomMessageEvent
All Implemented Interfaces:
UiEvent
Enclosing class:
UiRootPanel

public static class UiRootPanel.CustomMessageEvent extends Object implements UiEvent
  • Field Details

    • type

      protected String type
    • message

      protected String message
  • Constructor Details

    • CustomMessageEvent

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

      public CustomMessageEvent(String type, String message)
  • Method Details