Uses of Interface
ch.aplu.jcardgame.CardListener

Packages that use CardListener
ch.aplu.jcardgame Addon package of the JDroidLib framework for developing card game applications. 
 

Uses of CardListener in ch.aplu.jcardgame
 

Classes in ch.aplu.jcardgame that implement CardListener
 class CardAdapter
          Empty implementation of callback methods called for card events.
 

Methods in ch.aplu.jcardgame with parameters of type CardListener
 void Hand.addCardListener(CardListener listener)
          Registers a card listener to get event notifications when a card is touched or arrives at its target.