Uses of Interface
ch.aplu.android.GGRadioButtonListener

Packages that use GGRadioButtonListener
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
 

Uses of GGRadioButtonListener in ch.aplu.android
 

Methods in ch.aplu.android with parameters of type GGRadioButtonListener
 void GGRadioButton.addRadioButtonListener(GGRadioButtonListener listener)
          Registers a GGRadioListener to get notifications when the button is manipulated.
 void GGRadioButtonGroup.addRadioButtonListener(GGRadioButtonListener listener)
          Registers the given GGRadioButtonListener to get notifications when the currently selected button changes because the user clicks another button.