Internet Chess ToolKit
v0.2.0

ictk.boardgame
Interface BoardEvent


public interface BoardEvent


Field Summary
static int MOVE
          a move has been executed on the board
static int POSITION
          a move has been executed on the board
static int TRAVERSAL_BEGIN
          a move has been executed on the board
static int TRAVERSAL_END
          a move has been executed on the board
static int UNMOVE
          a move has been executed on the board
 

Field Detail

MOVE

public static final int MOVE
a move has been executed on the board

See Also:
Constant Field Values

UNMOVE

public static final int UNMOVE
a move has been executed on the board

See Also:
Constant Field Values

POSITION

public static final int POSITION
a move has been executed on the board

See Also:
Constant Field Values

TRAVERSAL_BEGIN

public static final int TRAVERSAL_BEGIN
a move has been executed on the board

See Also:
Constant Field Values

TRAVERSAL_END

public static final int TRAVERSAL_END
a move has been executed on the board

See Also:
Constant Field Values

Submit a bug or feature
Visit the Website
Internet Chess ToolKit is licensed under the GPL v2 .