Package android.gameengine.icadroids.alarms

Interface Summary
IAlarm Interface for receiving alarm events through the method triggerAlarm(id) Any class that wants to set alarms will need to implement this interface to receive the 'wake up call'.
 

Class Summary
Alarm Set alarms who will trigger after a specified time.