utility
Class MyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by utility.MyEvent
All Implemented Interfaces:
java.io.Serializable

public class MyEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
static int NEW_candDECs
           
static int NEW_candNames
           
static int NEW_candRAs
           
static int NEW_checkedOut
           
static int NEW_con
           
static int NEW_dec
           
static int NEW_detector
           
static int NEW_elevation
           
static int NEW_group
           
static int NEW_isLogedOn
           
static int NEW_jd
           
static int NEW_latitude
           
static int NEW_longitude
           
static int NEW_ra
           
static int NEW_site
           
static int NEW_telescopes
           
static int NEW_zeropoint
           
 
Constructor Summary
MyEvent(java.lang.Object source, int id, WhatData wd)
           
 
Method Summary
 int getID()
           
 WhatData getWD()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NEW_ra

public static int NEW_ra

NEW_dec

public static int NEW_dec

NEW_latitude

public static int NEW_latitude

NEW_longitude

public static int NEW_longitude

NEW_elevation

public static int NEW_elevation

NEW_telescopes

public static int NEW_telescopes

NEW_candNames

public static int NEW_candNames

NEW_candRAs

public static int NEW_candRAs

NEW_candDECs

public static int NEW_candDECs

NEW_site

public static int NEW_site

NEW_group

public static int NEW_group

NEW_detector

public static int NEW_detector

NEW_zeropoint

public static int NEW_zeropoint

NEW_jd

public static int NEW_jd

NEW_checkedOut

public static int NEW_checkedOut

NEW_con

public static int NEW_con

NEW_isLogedOn

public static int NEW_isLogedOn
Constructor Detail

MyEvent

public MyEvent(java.lang.Object source,
               int id,
               WhatData wd)
Method Detail

getID

public int getID()

getWD

public WhatData getWD()