Uses of Interface
ch.aplu.android.GGSoftButtonListener

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

Uses of GGSoftButtonListener in ch.aplu.android
 

Classes in ch.aplu.android that implement GGSoftButtonListener
 class GGButtonAdapter
          Declarations of empty methods called when a soft button is touched.
 class GGSoftButtonAdapter
          Declarations of empty methods called when a soft button is touched.
 

Methods in ch.aplu.android with parameters of type GGSoftButtonListener
 void GameGrid.addSoftButtonListener(GGSoftButtonListener listener)
          Adds a GGSoftButtonListener to get notifications soft button events.