ch.aplu.jgamegrid
Interface GGCheckButtonListener

All Superinterfaces:
java.util.EventListener

public interface GGCheckButtonListener
extends java.util.EventListener

Declarations of the notification method called when a check button changes state caused by a mouse click.


Method Summary
 void buttonChecked(GGCheckButton checkButton, boolean checked)
          Event callback method called when the button changes the state.
 

Method Detail

buttonChecked

void buttonChecked(GGCheckButton checkButton,
                   boolean checked)
Event callback method called when the button changes the state.

Parameters:
checkButton - the GGCheckButton reference of the button that caused the event
checked - true, if the button changed from unchecked to checked state; false, if the button changed from checked to unchecked state