Package de.presti.ree6.actions
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 TypeMethodDescriptionboolean
runAction
(@NotNull ActionEvent event) Run the specific action.
-
Method Details
-
runAction
Run the specific action.- Parameters:
event
- The action information.- Returns:
- True if the action was executed successfully.
-