| java.lang.Object net.refractions.udig.project.UDIGEvent net.refractions.udig.project.MapEvent
MapEvent | public class MapEvent extends UDIGEvent (Code) | | An event that indicates a change to the map. See the Enum for more information of the types of events taht
are raised.
author: Jesse See Also: MapEventType since: 1.1.0 |
Inner Class :public static enum MapEventType | |
Constructor Summary | |
public | MapEvent(IMap source, MapEventType type, Object newValue, Object oldValue) Construct EditManagerEvent . |
MapEvent | public MapEvent(IMap source, MapEventType type, Object newValue, Object oldValue)(Code) | | Construct EditManagerEvent .
Parameters: source - the object that raised the event. Parameters: type - the type of event this object represents. Parameters: newValue - the new value, if this applies. Parameters: oldValue - the old value, if this applies. |
getType | public MapEventType getType()(Code) | | Gets the type of the event.
the type of the event. See Also: MapEventType |
|
|