Interface SimView
- All Known Implementing Classes:
- BallGraphicsView
- public interface SimView
Basic interface for viewers of a SimModel. A SimView can be added
to a SimModel, which will periodically notify the SimView so it can
update its display after changes occur in the model.
CSE143 demo Au01, Sp03, Sp04
- Version:
- 10/18/01, 4/16/03, 4/12/04
- Author:
- Hal Perkins
Method Summary |
void |
notifyViewer()
Notify this SimView so it can update its display of the SimModel. |
notifyViewer
public void notifyViewer()
- Notify this SimView so it can update its display of the SimModel.