uwcse.sim
Interface WorldView

All Known Implementing Classes:
HistogramView, MapView

public interface WorldView

The basic interface for world viewers. A view can be added to the WordlModel, which takes care of periodically notifying the view that it should update its display.


Method Summary
 void notify(WorldModel wm)
           
 

Method Detail

notify

public void notify(WorldModel wm)