Uses of Class
android.gameengine.icadroids.alarms.Alarm

Packages that use Alarm
android.gameengine.icadroids.engine   
 

Uses of Alarm in android.gameengine.icadroids.engine
 

Fields in android.gameengine.icadroids.engine with type parameters of type Alarm
static java.util.Vector<Alarm> GameEngine.gameAlarms
          A vectorlist that holds all the active alarms.
 

Methods in android.gameengine.icadroids.engine with parameters of type Alarm
static void GameEngine.addAlarm(Alarm a)
          Add an Alarm to the list of alarms in the GameEngine.
 void GameEngine.deleteAlarm(Alarm a)
          Remove an alarm from the GameEngine.