Uses of Interface
ch.aplu.android.GGActorTouchListener

Packages that use GGActorTouchListener
ch.aplu.android Package of the JDroidLib framework for developing Android applications with a focus on gaming and simulations. 
ch.aplu.jcardgame Addon package of the JDroidLib framework for developing card game applications. 
 

Uses of GGActorTouchListener in ch.aplu.android
 

Methods in ch.aplu.android with parameters of type GGActorTouchListener
 void Actor.addActorTouchListener(GGActorTouchListener listener, int touchEventMask)
          Same as addActorTouchListener(listener, touchEventMask, onTopOnly) with onTopOnly = false.
 void Actor.addActorTouchListener(GGActorTouchListener listener, int touchEventMask, boolean onTopOnly)
          Add a GGActionTouchListener to get notifications when the touch interacts with the actor touch area.
 

Uses of GGActorTouchListener in ch.aplu.jcardgame
 

Classes in ch.aplu.jcardgame that implement GGActorTouchListener
 class Hand
          Representation of a card set.