Package com.luciad.lucy.addons.previewer
Class TLcyPreviewAddOnEvent
java.lang.Object
java.util.EventObject
com.luciad.lucy.addons.previewer.TLcyPreviewAddOnEvent
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Indicates that a simulator model has been added.static final int
Indicates that a simulator model has been removed.Fields inherited from class java.util.EventObject
source
-
Constructor Summary
ConstructorsConstructorDescriptionTLcyPreviewAddOnEvent
(Object aSource, int aType, ILcdSimulatorModel aSimulatorModel) Creates a newTLcyPreviewAddOnEvent
. -
Method Summary
Methods inherited from class java.util.EventObject
getSource
-
Field Details
-
Constructor Details
-
Method Details
-
getType
public int getType()Returns an integer indicating the type of the event that has occurred.- Returns:
- an integer indicating the type of the event that has occurred.
-
getSimulatorModel
Returns the simulator model this event is about.- Returns:
- the simulator model this event is about.
-
toString
- Overrides:
toString
in classEventObject
-