Class TLcdChangeEvent

java.lang.Object
java.util.EventObject
com.luciad.util.TLcdChangeEvent
All Implemented Interfaces:
Serializable

public class TLcdChangeEvent extends EventObject
A TLcdChangeEvent is used to notify interested parties that state has changed in the event source.
See Also:
  • Constructor Details

    • TLcdChangeEvent

      public TLcdChangeEvent(Object aSource)
      Constructs a TLcdChangeEvent.
      Parameters:
      aSource - the Object that is the source of the event (typically this)