Interface IPuzzleService
-
- All Known Implementing Classes:
PuzzleAgent
public interface IPuzzleService
Server side for puzzle ng. Called directly from browser via jadex.js.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IFuture<java.lang.Void>
moved(int x, int y)
Announce that a move has been made.IFuture<java.lang.Void>
newGame(int size)
Announce that a new game has started.IFuture<java.lang.Void>
takenBack()
Announce that the last move has been taken back.
-