Package jadex.micro.gobble
Interface IGobbleGuiService
- All Known Implementing Classes:
GobbleAgent
public interface IGobbleGuiService
-
Method Summary
Modifier and TypeMethodDescriptionvoid
informMove
(Board.Move move) Inform about a move.void
informNewGame
(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:
invsize
- The inventory size.row
- The row.col
- The col.
-
informMove
Inform about a move.- Parameters:
move
- The move.
-
makeMove
Make a move.- Returns:
- The move.
-