public class UserInterface extends Object implements CallbackInterface
CallbackInterface.SearchStatus| Modifier and Type | Field and Description |
|---|---|
char[][] |
maze |
| Constructor and Description |
|---|
UserInterface(char[][] maze) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendStatus(CallbackInterface.SearchStatus eStatus,
int row,
int col)
Callback method invoked for each recursive call
|
public void sendStatus(CallbackInterface.SearchStatus eStatus, int row, int col)
CallbackInterfacesendStatus in interface CallbackInterfaceeStatus - the current status of the mazerow - the current row of the leprechauncol - the current column of the leprechaun