public interface IGameHistoryView extends IView
| Modifier and Type | Method and Description |
|---|---|
void |
setEntries(java.util.List<LogEntry> entries)
Sets the history messages to be displayed in the view.
|
getController, setControllervoid setEntries(java.util.List<LogEntry> entries)
entries - The history messages to display