fang
Interface Alarm

All Known Implementing Classes:
TimedAction

public interface Alarm

Used to enable timed events. Classes which implement Alarm have the alarm method called for them at a particular time as specified by the scheduleRelative and scheduleAbsolute methods in the AnimationCanvas.

Author:
Jam Jenkins

Method Summary
 void alarm()
          indicates the action to take after the specified period of time
 

Method Detail

alarm

void alarm()
indicates the action to take after the specified period of time