| Constructor and Description |
|---|
ConsoleHuman() |
ConsoleHuman(de.aliceice.paper.Console console) |
ConsoleHuman(de.aliceice.paper.Console console,
Function<Human,UserSession> createUserSession) |
ConsoleHuman(de.aliceice.paper.Console console,
UserSession userSession) |
ConsoleHuman(Function<Human,UserSession> createUserSession) |
ConsoleHuman(UserSession userSession) |
| Modifier and Type | Method and Description |
|---|---|
void |
anErrorOccurred(String error) |
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) |
void |
goodbye(String farewell) |
void |
greet(String greeting) |
void |
hereYouGo(Response response) |
public ConsoleHuman()
public ConsoleHuman(de.aliceice.paper.Console console)
public ConsoleHuman(UserSession userSession)
public ConsoleHuman(Function<Human,UserSession> createUserSession)
public ConsoleHuman(de.aliceice.paper.Console console,
UserSession userSession)
public ConsoleHuman(de.aliceice.paper.Console console,
Function<Human,UserSession> createUserSession)
public void anErrorOccurred(String error)
anErrorOccurred in interface Humanpublic void decideWhatToDo(Action... actions)
decideWhatToDo in interface Humanpublic void authenticated(Runnable action)
authenticated in interface Humanpublic <T> T authenticated(Supplier<T> supplier)
authenticated in interface Humanpublic void fillOutAndSubmit(de.aliceice.paper.Form form)
fillOutAndSubmit in interface HumanCopyright © 2017. All rights reserved.