uwcse.sim
Class MapView

java.lang.Object
  |
  +--uwcse.sim.MapView
All Implemented Interfaces:
WorldView

public class MapView
extends java.lang.Object
implements WorldView

A simple implementation of a view that just asks all Things to display themselves onto its GWindow.


Field Summary
 uwcse.graphics.GWindow gWindow
           
 
Constructor Summary
MapView()
           
 
Method Summary
 void notify(WorldModel wm)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

gWindow

public uwcse.graphics.GWindow gWindow
Constructor Detail

MapView

public MapView()
Method Detail

notify

public void notify(WorldModel wm)
Specified by:
notify in interface WorldView