Uses of Interface
as.clynx.gui.control.IPlayerListener

Packages that use IPlayerListener
as.clynx   
as.clynx.gui.control   
 

Uses of IPlayerListener in as.clynx
 

Classes in as.clynx that implement IPlayerListener
 class CLynx
          The class cLynx either can be implemented in any Swing application due it extends JPanel, or can be executed in console mode or grafical mode.
 

Uses of IPlayerListener in as.clynx.gui.control
 

Constructors in as.clynx.gui.control with parameters of type IPlayerListener
PlayerGUI(IPlayerListener listener)
          Constructor: the passes IPlayerListener listens to the start/stop pressed event.