com.webkitchen.brainathlon.gameComponents
Interface ICountdownListener

All Superinterfaces:
java.util.EventListener

public interface ICountdownListener
extends java.util.EventListener

Listener interface for receiving countdown counts


Method Summary
 void receiveCountdown(java.lang.Integer countdown)
           
 

Method Detail

receiveCountdown

void receiveCountdown(java.lang.Integer countdown)