Package com.luciad.model
Interface ILcdModelProducerListener
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
ILcdModelContainer,ILcdModelTreeNode
- All Known Implementing Classes:
TLcd2DBoundsIndexedModelList,TLcd2DBoundsIndexedModelTreeNode,TLcdGML2AbstractFeatureCollection,TLcdGML31AbstractFeatureCollection,TLcdGML31DynamicFeatureCollection,TLcdGML31FeatureCollection,TLcdGML31Model,TLcdGML32AbstractFeatureCollection,TLcdGML32FeatureCollection,TLcdGML32Model,TLcdGXYViewBufferedImage,TLcdGXYViewCanvas,TLcdGXYViewJPanel,TLcdGXYViewJPanelLightWeight,TLcdGXYViewPanel,TLcdGXYViewPlanarImage,TLcdKML22AbstractContainer,TLcdKML22Document,TLcdKML22DynamicModel,TLcdKML22Folder,TLcdKML22Kml,TLcdKML22NetworkLink,TLcdMapBufferedImage,TLcdMapCanvas,TLcdMapJPanel,TLcdMapJPanelLightWeight,TLcdMapPanel,TLcdModelContainer,TLcdModelList,TLcdModelProducerEventMulticaster,TLcdModelTreeNode,TLcdModelTreeNodeSupport
ILcdModelProducerListener is the listener interface
for TLcdModelProducerEvents.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelProduced(TLcdModelProducerEvent aModelProducerEvent) Notifies this ILcdModelProducerListener of a produced model.
-
Method Details
-
modelProduced
Notifies this ILcdModelProducerListener of a produced model.- Parameters:
aModelProducerEvent- the event describing the changes to aILcdModelProducer.
-