Uses of Interface
ch.aplu.android.GGActorCollisionListener

Packages that use GGActorCollisionListener
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 GGActorCollisionListener in ch.aplu.android
 

Classes in ch.aplu.android that implement GGActorCollisionListener
 class Actor
          Class that holds sprite icons that plays the role of an actor in the game's game grid.
 class GGButtonBase
          Abstract superclass of all button types.
 class GGCheckButton
          Class that implements a check button actor with standard behavior.
 class GGPushButton
          Class that implements a button actor with standard behavior.
 class GGRadioButton
          Class that implements a radio button actor with standard behavior.
 class GGToggleButton
          Class that implements a toggle button (2-state button) actor with standard behavior.
 class TextActor
          Class that implements an actor to display text dynamically.
 class ToolBarItem
          A class to represent actors used for tool bar items.
 class ToolBarSeparator
          A class to represent actors used for tool bar items.
 class ToolBarStack
          Class that represents a stack of items (e.g. card symbols with the same suit (in rank order).
 class ToolBarText
          A class to represent a text actor used for tool bar items.
 class Turtle
          A class that implements the basic behavior of a Logo turtle.
 

Methods in ch.aplu.android with parameters of type GGActorCollisionListener
 void Actor.addActorCollisionListener(GGActorCollisionListener listener)
          Registers a collision listener that reports collision events when actors collide.
 

Uses of GGActorCollisionListener in ch.aplu.jcardgame
 

Classes in ch.aplu.jcardgame that implement GGActorCollisionListener
 class CardActor
          Class that represents the game grid actor that belongs to the sprite image of a card.
 class CardCover
          Class that represents the cover (back) of a card (card with face down).