android.gameengine.icadroids.alarms
Interface IAlarm


public interface 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'.

Author:
Bas van der Zandt

Method Summary
 void triggerAlarm(int alarmID)
          This method will be triggered when the alarm goes off.
 

Method Detail

triggerAlarm

void triggerAlarm(int alarmID)
This method will be triggered when the alarm goes off.

Parameters:
alarmID - The given ID of the alarm