Class AbstractUiLiveStreamPlayer.StopCommand

java.lang.Object
org.teamapps.dto.AbstractUiLiveStreamPlayer.StopCommand
All Implemented Interfaces:
UiCommand<Void>
Enclosing class:
AbstractUiLiveStreamPlayer

public static class AbstractUiLiveStreamPlayer.StopCommand extends Object implements UiCommand<Void>
  • Field Details

    • componentId

      protected String componentId
  • Constructor Details

    • StopCommand

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

      public StopCommand(String componentId)
  • Method Details