Uses of Class
com.luciad.model.TLcdModelChangedEvent
-
Uses of TLcdModelChangedEvent in com.luciad.model
Modifier and TypeMethodDescriptionfinal void
ALcdWeakModelListener.modelChanged
(TLcdModelChangedEvent aEvent) Notifies this model listener that a model has changed.void
ILcdModelListener.modelChanged
(TLcdModelChangedEvent aEvent) Notifies this model listener that a model has changed.protected abstract void
ALcdWeakModelListener.modelChangedImpl
(T aToModify, TLcdModelChangedEvent aModelChangedEvent) This method is called each time aTLcdModelChangedEvent
is received by this listener, and the short-living object to modify passed in the constructor of this listener is not yet GC-ed.