as.clynx.gui.control
Interface IPlayerListener

All Known Implementing Classes:
CLynx

public interface IPlayerListener

The interface IPlayerListener.java is implemented by all classes wich can start/stop the evaluation. it listens to the play gui's acion: play pressed or stop pressed.

Version:
cLynx v.1.2, JDK 6.0: 12.10.2007
Author:
Andreas Senfter - andreas@senfters.com

Method Summary
 void pausePressed()
          pauses the evaluation
 void playPressed()
          starts the evaluation
 void stopPressed()
          stops the evaluation
 

Method Detail

playPressed

void playPressed()
starts the evaluation


stopPressed

void stopPressed()
stops the evaluation


pausePressed

void pausePressed()
pauses the evaluation