Uses of Interface
ch.aplu.android.GGTouchListener

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

Uses of GGTouchListener in ch.aplu.android
 

Methods in ch.aplu.android that return GGTouchListener
 GGTouchListener GGTouch.getSource()
          Retrieves the GGTouchListener reference that created the event.
 

Methods in ch.aplu.android with parameters of type GGTouchListener
 void GameGrid.addTouchListener(GGTouchListener listener, int touchEventMask)
          Adds a GGTouchListener to get notifications from touch events.
static GGTouch GGTouch.create(GGTouchListener listener, int evt, int x, int y)
          Creates a GGTouch instance with given values for the instance variables.
 boolean GameGrid.removeTouchListener(GGTouchListener listener)
          Removes the given touch listener from the list of registered touch listeners.