Uses of Interface
com.luciad.util.collections.ILcdListListener
Packages that use ILcdListListener
Package
Description
Provides a set of interfaces and implementations for lists of primitives.
-
Uses of ILcdListListener in com.luciad.util.collections
Methods in com.luciad.util.collections with parameters of type ILcdListListenerModifier and TypeMethodDescriptionvoidILcdList.addListListener(ILcdListListener<T> aListListener) Register the listeneraListListenerto be informed about changes in this list.voidTLcdArrayList.addListListener(ILcdListListener<T> aListListener) voidILcdList.removeListListener(ILcdListListener<T> aListListener) Unregister the listeneraListListenerso it will no longer be informed about changes in this collection.voidTLcdArrayList.removeListListener(ILcdListListener<T> aListListener)