- All Implemented Interfaces:
Action
public class BroadcastAction
extends Object
implements Action
The action to broadcast a message
-
Constructor Summary
Constructors
-
Method Summary
void
apply(UUID uuid,
me.hsgamer.hscore.task.element.TaskProcess process,
me.hsgamer.hscore.common.StringReplacer stringReplacer)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BroadcastAction
public BroadcastAction(String message)
Create a new action
- Parameters:
message - the message
-
Method Details
-
apply
public void apply(UUID uuid,
me.hsgamer.hscore.task.element.TaskProcess process,
me.hsgamer.hscore.common.StringReplacer stringReplacer)
- Specified by:
apply in interface Action