net.cscott.sdr
Class CommandInput.InputMode
java.lang.Object
net.cscott.sdr.CommandInput.InputMode
- Enclosing class:
- CommandInput
public abstract static class CommandInput.InputMode
- extends Object
Representation of different input modes. Each mode recognizes a
different set of commands. At the moment modes correspond to dance
programs, with the exception that the null
dance program
corresponds to "main menu" mode, where the "square up" and "exit"
commands are recognized.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandInput.InputMode
public CommandInput.InputMode()
program
public abstract Program program()
mainMenu
public abstract boolean mainMenu()
Copyright © 2006-2009 C. Scott Ananian