ggz.tictactoe
Interface BoardListener

All Known Implementing Classes:
TicTacToePanel

public interface BoardListener


Method Summary
 void cellClicked(int cellIndex)
           
 

Method Detail

cellClicked

void cellClicked(int cellIndex)