sdr 0.7

net.cscott.sdr
Class Mode

java.lang.Object
  extended by net.cscott.sdr.Mode

public class Mode
extends Object

The Mode.GameMode object coordinates mode changes among different threads (and mode-change sources).


Nested Class Summary
static class Mode.GameMode
           
 
Constructor Summary
Mode(CommandInput input, ChoreoEngine choreo)
           
 
Method Summary
 Mode.GameMode getMode()
           
 void setSettings(Settings s)
           
 void switchToDancing()
           
 void switchToMenu()
           
 void waitForMode(Mode.GameMode gm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mode

public Mode(CommandInput input,
            ChoreoEngine choreo)
Method Detail

setSettings

public void setSettings(Settings s)

switchToMenu

public void switchToMenu()

switchToDancing

public void switchToDancing()

getMode

public Mode.GameMode getMode()

waitForMode

public void waitForMode(Mode.GameMode gm)

sdr 0.7

Copyright © 2006-2009 C. Scott Ananian