Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.zazof.jteg.MessageListener

Uses of MessageListener in org.zazof.jteg
 

Classes in org.zazof.jteg that implement MessageListener
 class BoardController
          The BoardController is part of the Model-View-Controller structure: responsible for handling all board data.
 class CardController
          The CardController is the responsible entitiy of the Cards.
 class GameController
          responsible for the general control of the game
 

Methods in org.zazof.jteg with parameters of type MessageListener
 void MessageManager.addMessageListener(MessageListener ml)
           
 void MessageManager.removeMessageListener(MessageListener ml)