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