public class AnonymousPerformableRunnable extends Object implements Performable, CanBeSilent
Constructor and Description |
---|
AnonymousPerformableRunnable(String title,
Runnable actions) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSilent() |
<T extends Actor> |
performAs(T actor) |
AnonymousPerformableRunnable |
withNoReporting() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
then
public <T extends Actor> void performAs(T actor)
performAs
in interface Performable
public boolean isSilent()
isSilent
in interface CanBeSilent
public AnonymousPerformableRunnable withNoReporting()
Copyright © 2022. All rights reserved.