ch.aplu.jgamegrid
Interface GGResetListener

All Superinterfaces:
java.util.EventListener

public interface GGResetListener
extends java.util.EventListener

Declarations of the notification method called when the reset button is hit.


Method Summary
 boolean resetted()
          Event callback method called when the reset button is hit.
 

Method Detail

resetted

boolean resetted()
Event callback method called when the reset button is hit.

Returns:
true, if the event is consumed, so doReset() will not be called and any following registered GGResetListener callback will not be fired