public abstract class BoardSummary
extends com.threerings.io.SimpleStreamableObject
Board.
Note all non-transient members of this and derived classes will automatically be serialized when the summary is sent over the wire.
| Constructor and Description |
|---|
BoardSummary()
Constructs an empty board summary for use when un-serializing.
|
BoardSummary(Board board)
Constructs a board summary that retrieves full board information from the supplied board
when summarizing.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBoard(Board board)
Sets the board associated with this board summary, causing an immediate update to this
summary.
|
abstract void |
summarize()
Called by the
PuzzleManager to refresh the board
summary information by studying the associated board contents. |
public BoardSummary()
public BoardSummary(Board board)
public void setBoard(Board board)
public abstract void summarize()
PuzzleManager to refresh the board
summary information by studying the associated board contents.Copyright © 2015. All rights reserved.