Uses of Interface
android.gameengine.icadroids.alarms.IAlarm

Packages that use IAlarm
android.gameengine.icadroids.alarms   
 

Uses of IAlarm in android.gameengine.icadroids.alarms
 

Methods in android.gameengine.icadroids.alarms with parameters of type IAlarm
 boolean Alarm.targets(IAlarm ia)
          Test if this alarm targets the specified Object (that must implement IAlarm)
 

Constructors in android.gameengine.icadroids.alarms with parameters of type IAlarm
Alarm(int id, int Time, IAlarm alarmedObject)
          Create a new Alarm with the given time.