public class MapFrameInitializedEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
private MapFrame |
newFrame |
private MapFrame |
oldFrame |
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
MapFrameInitializedEvent(Object source,
MapFrame oldFrame,
MapFrame newFrame)
Constructs a new
MapFrameInitializedEvent. |
| Modifier and Type | Method and Description |
|---|---|
MapFrame |
getNewMapFrame()
Returns the new MapFrame.
|
MapFrame |
getOldMapFrame()
Returns the old MapFrame.
|
getSource, toStringprivate static final long serialVersionUID
public MapFrameInitializedEvent(Object source, MapFrame oldFrame, MapFrame newFrame)
MapFrameInitializedEvent.source - object on which the Event initially occurredoldFrame - The old MapFramenewFrame - The new MapFramepublic MapFrame getOldMapFrame()
public MapFrame getNewMapFrame()