Package jadex.micro.gobble
Interface IGobbleGuiService
- All Known Implementing Classes:
GobbleAgent
public interface IGobbleGuiService
-
Method Summary
Modifier and TypeMethodDescriptionvoidinformMove(Board.Move move) Inform about a move.voidinformNewGame(int rows, int cols, int invsize) Start a new game.jadex.future.IFuture<Board.Move>makeMove()Make a move.
-
Method Details
-
informNewGame
@POST void informNewGame(int rows, int cols, int invsize) Start a new game.- Parameters:
row- The row.col- The col.invsize- The inventory size.
-
informMove
Inform about a move.- Parameters:
move- The move.
-
makeMove
Make a move.- Returns:
- The move.
-