Package ca.spatial.table
Class WeakListSelectionListener
java.lang.Object
ca.spatial.table.WeakListSelectionListener
- All Implemented Interfaces:
EventListener
,ListSelectionListener
This class implements a weakly reference list selection listener.
Once the listener in no longer needed then the listener will
automatically be removed.
-
Constructor Summary
ConstructorsConstructorDescriptionWeakListSelectionListener(ListSelectionListener listener, ListSelectionModel src)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
-
Constructor Details
-
WeakListSelectionListener
- Parameters:
listener
- The object that wants to listen for changes.src
- The table that is being listened to.
-
-
Method Details
-
valueChanged
- Specified by:
valueChanged
in interfaceListSelectionListener
-
getListener
-