dd.util
Interface TimedActionListener

All Known Implementing Classes:
TimedAction

public interface TimedActionListener

A simple class template. The idea is that you can copy this file and modify stuff where necessary. It provides examples of javadoc comments and basic formatting conventions. Hopefully this is useful for cutting and pasting.

If you want to start a new paragraph in Javadoc, you need a blank line and paragraph tags, as shown here. Note the closing tag for a paragraph is optional.

Author:
Eric Scharff

Method Summary
 void timerElapsed(CountdownTimer timer)
           
 void timerStarted(CountdownTimer timer)
           
 void timerTick(CountdownTimer timer)
           
 

Method Detail

timerStarted

public void timerStarted(CountdownTimer timer)

timerTick

public void timerTick(CountdownTimer timer)

timerElapsed

public void timerElapsed(CountdownTimer timer)