|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GGActListener | |
---|---|
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 GGActListener in ch.aplu.android |
---|
Classes in ch.aplu.android that implement GGActListener | |
---|---|
class |
GameGrid
Class to create a container where the actors live in. |
class |
TurtlePane
A class derived from GameGrid to create a environment where turtles lives. |
Methods in ch.aplu.android with parameters of type GGActListener | |
---|---|
void |
GameGrid.addActListener(GGActListener listener)
Registers the given GGActListener to get act() events. |
Uses of GGActListener in ch.aplu.jcardgame |
---|
Classes in ch.aplu.jcardgame that implement GGActListener | |
---|---|
class |
CardGame
A specialized GameGrid class used for card games. |
class |
Hand
Representation of a card set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |