sdr 0.7

net.cscott.sdr
Class CommandInput.InputMode

java.lang.Object
  extended by 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.


Constructor Summary
CommandInput.InputMode()
           
 
Method Summary
abstract  boolean mainMenu()
           
abstract  Program program()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandInput.InputMode

public CommandInput.InputMode()
Method Detail

program

public abstract Program program()

mainMenu

public abstract boolean mainMenu()

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian