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


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