public interface CallbackInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
CallbackInterface.SearchStatus
Status of search.
|
| Modifier and Type | Method and Description |
|---|---|
void |
sendStatus(CallbackInterface.SearchStatus eStatus,
int row,
int col)
Callback method invoked for each recursive call
|
void sendStatus(CallbackInterface.SearchStatus eStatus, int row, int col)
eStatus - the current status of the mazerow - the current row of the leprechauncol - the current column of the leprechaun