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, waitthenpublic <T extends Actor> void performAs(T actor)
performAs in interface Performablepublic boolean isSilent()
isSilent in interface CanBeSilentpublic AnonymousPerformableRunnable withNoReporting()
Copyright © 2021. All rights reserved.