sdr 0.6

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  DanceProgram danceProgram()
           
abstract  boolean mainMenu()
           
 
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

danceProgram

public abstract DanceProgram danceProgram()

mainMenu

public abstract boolean mainMenu()

sdr 0.6

Copyright © 2006-2009 C. Scott Ananian