public class CUIConsole extends Automaton implements Serializable, OutputListener, SpyListener, WarningListener
Constructor and Description |
---|
CUIConsole(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
boot()
boot state of automaton
|
void |
getChoice() |
void |
goalRequest() |
static void |
main(String[] args) |
void |
onOutput(OutputEvent e) |
void |
onSpy(SpyEvent e) |
void |
onWarning(WarningEvent e) |
public CUIConsole(String[] args)
public void boot()
Automaton
public void goalRequest()
public void getChoice()
public void onOutput(OutputEvent e)
onOutput
in interface OutputListener
public void onSpy(SpyEvent e)
onSpy
in interface SpyListener
public void onWarning(WarningEvent e)
onWarning
in interface WarningListener
public static void main(String[] args)
Copyright © 2015. All rights reserved.