Class PlayUrlStreamAction

java.lang.Object
de.presti.ree6.actions.streamtools.action.PlayUrlStreamAction
All Implemented Interfaces:
IAction, IStreamAction

public class PlayUrlStreamAction extends Object implements IStreamAction
StreamAction used to play a URL.
  • Constructor Details

    • PlayUrlStreamAction

      public PlayUrlStreamAction()
  • Method Details

    • runAction

      public boolean runAction(@NotNull @NotNull StreamActionEvent event)
      Description copied from interface: IStreamAction
      Run the specific action.
      Specified by:
      runAction in interface IStreamAction
      Parameters:
      event - The StreamActionEvent
      Returns:
      True if the action was executed successfully.