Uses of Interface
ch.aplu.android.GGBorderListener

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

Classes in ch.aplu.android that implement GGBorderListener
 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 GGBorderListener
 void Actor.addBorderListener(GGBorderListener listener)
          Registers an GGBorderListener so that the callback method nearBorder() is called when the actor's location is on a cell at the border of the game grid.
 

Uses of GGBorderListener in ch.aplu.jcardgame
 

Classes in ch.aplu.jcardgame that implement GGBorderListener
 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).