Package com.luciad.util
Class TLcdChangeEvent
java.lang.Object
java.util.EventObject
com.luciad.util.TLcdChangeEvent
- All Implemented Interfaces:
Serializable
A
TLcdChangeEvent
is used to notify interested parties that state has changed in
the event source.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
TLcdChangeEvent
Constructs aTLcdChangeEvent
.- Parameters:
aSource
- theObject
that is the source of the event (typicallythis
)
-