Package com.luciad.util.collections
Interface ILcdCollectionListener<T>
- All Superinterfaces:
EventListener
The listener interface for TLcdCollectionEvent
s.
- Since:
- 9.1
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
collectionChanged
(TLcdCollectionEvent<T> aCollectionEvent) This method gets called when a change in a collection occurs.
-
Method Details
-
collectionChanged
This method gets called when a change in a collection occurs.
- Parameters:
aCollectionEvent
- the event describing the change.
-