Interface SimView

All Known Implementing Classes:
BallGraphicsView, BallSimControl

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. CSE143 demo Au01, Sp03

Version:
10/18/01, 4/16/03
Author:
Hal Perkins

Method Summary
 void notify(SimModel m)
          Notify this SimView so it can update its display of the SimModel.
 

Method Detail

notify

public void notify(SimModel m)
Notify this SimView so it can update its display of the SimModel.

Parameters:
m - SimModel notifying this SimView


Generated by BlueJ