public interface Human
| Modifier and Type | Method and Description |
|---|---|
void |
anErrorOccurred(String error) |
default void |
anErrorOccurred(String template,
Object... args) |
void |
authenticated(Runnable action) |
<T> T |
authenticated(Supplier<T> supplier) |
void |
decideWhatToDo(Action... actions) |
void |
fillOutAndSubmit(de.aliceice.paper.Form form) |
void |
fyi(String info) |
default void |
fyi(String template,
Object... args) |
void |
goodbye(String farewell) |
default void |
goodbye(String template,
Object... args) |
void |
greet(String greeting) |
default void |
greet(String template,
Object... args) |
void |
hereYouGo(Response response) |
default void |
hereYouGo(String name,
String response) |
void greet(String greeting)
void goodbye(String farewell)
void fyi(String info)
void anErrorOccurred(String error)
void hereYouGo(Response response)
void decideWhatToDo(Action... actions)
void authenticated(Runnable action)
<T> T authenticated(Supplier<T> supplier)
void fillOutAndSubmit(de.aliceice.paper.Form form)
Copyright © 2017. All rights reserved.