public abstract class RepeatGuardedAction extends java.lang.Object implements Action
| Constructor and Description |
|---|
RepeatGuardedAction() |
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
protected abstract ActionResult |
applyNonRepeated(BlacklistEvent event,
boolean silent) |
public final ActionResult apply(BlacklistEvent event, boolean silent, boolean repeating, boolean forceRepeat)
protected abstract ActionResult applyNonRepeated(BlacklistEvent event, boolean silent)