Uses of Interface
ch.aplu.android.GGPushButtonListener

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

Uses of GGPushButtonListener in ch.aplu.android
 

Classes in ch.aplu.android that implement GGPushButtonListener
 class GGPushButtonAdapter
          Empty implementatins of the notification method called when a push button is pressed, released or clicked using the left mouse button.
 

Methods in ch.aplu.android with parameters of type GGPushButtonListener
 void GGPushButton.addPushButtonListener(GGPushButtonListener listener)
          Registers a GGPushButtonListener to get notifications when the button is manipulated.