cz.cvut.agents.rph.reversi
Interface DelayChanger

All Known Implementing Classes:
ReversiView

public interface DelayChanger

Tiny interface wrapping the change of delay between the moves. Author: Ondrej Vanek Date: 10/16/12 Time: 9:47 AM


Method Summary
 int getDelayInMiliseconds()
          Gets the delay between moves in miliseconds.
 

Method Detail

getDelayInMiliseconds

int getDelayInMiliseconds()
Gets the delay between moves in miliseconds.

Returns:
delay between moves in miliseconds.