faa.tg.atcview.events
Class AcesGeoMapEvent

java.lang.Object
  extended by faa.tg.atcview.gui.AtcDialogEvent
      extended by faa.tg.atcview.events.AcesGeoMapEvent

public class AcesGeoMapEvent
extends AtcDialogEvent

  This class defines AcesGeoMapEvent is fired by the acesGeoMap dialog 
  to indicate that display for a given acesGeoMap should be turned on/off
  

Version:
$Id: AcesGeoMapEvent.java,v 1.1 2008/04/24 19:56:54 lonnies Exp $
Author:
Sam Fullerton, Titan See the source: AcesGeoMapEvent.java

Field Summary
private  java.lang.String acesGeoMapName
           
static java.lang.String CVS_VERSION_ID
          CVS Version
 
Constructor Summary
AcesGeoMapEvent(java.lang.String displayAcesGeoMap)
          Constructor
 
Method Summary
 java.lang.String getAcesGeoMapName()
          returns the name of the acesGeoMap to turn on/off the display
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CVS_VERSION_ID

public static final java.lang.String CVS_VERSION_ID
CVS Version

See Also:
Constant Field Values

acesGeoMapName

private java.lang.String acesGeoMapName
Constructor Detail

AcesGeoMapEvent

public AcesGeoMapEvent(java.lang.String displayAcesGeoMap)
Constructor

Parameters:
displayAcesGeoMap - - the name of the acesGeoMap to turn on/off the display
Method Detail

getAcesGeoMapName

public java.lang.String getAcesGeoMapName()
returns the name of the acesGeoMap to turn on/off the display