public interface IGridListener
Modifier and Type | Method and Description |
---|---|
void |
clickCell(int index)
The cell in a particular location has been clicked.
|
void |
selectCell(int index)
The cell in a particular location has been selected.
|