Interface IAction

All Known Subinterfaces:
IEventAction, IStreamAction
All Known Implementing Classes:
PlayBlerpStreamAction, PlayTTSStreamAction, PlayUrlStreamAction, SayStreamAction, VoiceJoinStreamAction, VoiceLeaveStreamAction

public interface IAction
Interface used to create an Action.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    runAction(@NotNull ActionEvent event)
    Run the specific action.
  • Method Details

    • runAction

      boolean runAction(@NotNull @NotNull ActionEvent event)
      Run the specific action.
      Parameters:
      event - The action information.
      Returns:
      True if the action was executed successfully.