Class PlayTTSStreamAction
java.lang.Object
de.presti.ree6.actions.streamtools.action.PlayTTSStreamAction
- All Implemented Interfaces:
IAction
,IStreamAction
StreamAction used to play a text-to-speech messages.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
runAction
(@NotNull StreamActionEvent event) Run the specific action.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.presti.ree6.actions.streamtools.IStreamAction
runAction, runAction
-
Constructor Details
-
PlayTTSStreamAction
public PlayTTSStreamAction()
-
-
Method Details
-
runAction
Description copied from interface:IStreamAction
Run the specific action.- Specified by:
runAction
in interfaceIStreamAction
- Parameters:
event
- The action information.- Returns:
- True if the action was executed successfully.
-