org.xistrat.gui
Interface PlayFieldListener

All Superinterfaces:
ClickListener
All Known Implementing Classes:
XiStratPanel

public interface PlayFieldListener
extends ClickListener

Since:
0.5.42

Method Summary
 FigurData[] getFigures()
           
 StonesBean getStones()
           
 boolean isAcceptMove()
           
 void put(int to)
           
 void unPut(int loc)
           
 void walk(int from, int to)
           
 
Methods inherited from interface org.xistrat.gui.ClickListener
display
 

Method Detail

walk

void walk(int from,
          int to)

put

void put(int to)

unPut

void unPut(int loc)

isAcceptMove

boolean isAcceptMove()

getFigures

FigurData[] getFigures()

getStones

StonesBean getStones()