public class PieceUpdateMove extends AbstractBoardUpdate
| Constructor and Description |
|---|
PieceUpdateMove(ChessBoardPath path) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ChessBoardModel boardModel) |
ChessBoardPath |
getPath() |
void |
revert(ChessBoardModel boardModel) |
String |
toString() |
public PieceUpdateMove(ChessBoardPath path)
public ChessBoardPath getPath()
public void apply(ChessBoardModel boardModel)
public void revert(ChessBoardModel boardModel)
Copyright © 2017. All rights reserved.