Uses of Class
dionarap.GameStatus

Uses of GameStatus in dionarap
 

Methods in dionarap that return GameStatus
static GameStatus GameStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameStatus[] GameStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in dionarap with parameters of type GameStatus
 void Hauptfenster.updateGame(GameStatus status)
          Diese Methode wird aufgerufen, um das Spiel zu aktualisieren, z.B. um das Spielfeld neu zu zeichnen.
 void Spielfeld.updateStatus(GameStatus status)
          Teilt dem Spielfeld einen Status mit.