Uses of Interface
com.luciad.util.collections.ILcdCollectionListener
Packages that use ILcdCollectionListener
Package
Description
Provides a set of interfaces and implementations for lists of primitives.
Support for various global graphics effects in an
ILspView
.-
Uses of ILcdCollectionListener in com.luciad.util.collections
Methods in com.luciad.util.collections with parameters of type ILcdCollectionListenerModifier and TypeMethodDescriptionvoid
ILcdCollection.addCollectionListener
(ILcdCollectionListener<T> aCollectionListener) Register the listeneraCollectionListener
to be informed about changes in this collection.void
TLcdArrayList.addCollectionListener
(ILcdCollectionListener<T> aCollectionListener) void
ILcdCollection.removeCollectionListener
(ILcdCollectionListener<T> aCollectionListener) Unregister the listeneraCollectionListener
so it will no longer be informed about changes in this collection.void
TLcdArrayList.removeCollectionListener
(ILcdCollectionListener<T> aCollectionListener) -
Uses of ILcdCollectionListener in com.luciad.view.lightspeed.services.effects
Methods in com.luciad.view.lightspeed.services.effects with parameters of type ILcdCollectionListenerModifier and TypeMethodDescriptionvoid
TLspGraphicsEffects.addCollectionListener
(ILcdCollectionListener<ALspGraphicsEffect> aCollectionListener) void
TLspGraphicsEffects.removeCollectionListener
(ILcdCollectionListener<ALspGraphicsEffect> aCollectionListener)