cad.simcad.pathfinding.ui.event
Class MapUIEvent

java.lang.Object
  |
  +--cad.simcad.pathfinding.ui.event.MapUIEvent

public class MapUIEvent
extends java.lang.Object

The Event class encapsulating a Map Event

Author:
Charles-Philip Bentley

Constructor Summary
MapUIEvent(AbstractMap am)
          Creates a new instance of MapUIEvent
 
Method Summary
 AbstractMap getMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapUIEvent

public MapUIEvent(AbstractMap am)
Creates a new instance of MapUIEvent

Pre:
An Abstract Map
Method Detail

getMap

public AbstractMap getMap()

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be