Package com.luciad.model
Interface ILcdModelContainerListener
- All Superinterfaces:
EventListener
ILcdModelContainerListener is the listener interface
for TLcdModelContainerEvents.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodelContainerStateChanged(TLcdModelContainerEvent aModelContainerEvent) Notify thisILcdModelContainerListenerthat the state of anILcdModelContainerhas changed.
-
Method Details
-
modelContainerStateChanged
Notify thisILcdModelContainerListenerthat the state of anILcdModelContainerhas changed.- Parameters:
aModelContainerEvent- the event describing the change to anILcdModelContainer.
-