Uses of Interface
org.cytoscape.work.util.ListChangeListener
Packages that use ListChangeListener
Package
Description
Various supporting classes for Cytoscape the work (Task) framework.
-
Uses of ListChangeListener in org.cytoscape.work.util
Methods in org.cytoscape.work.util that return types with arguments of type ListChangeListenerModifier and TypeMethodDescriptionListSelection.getListeners()Returns the list of listeners that will listen for changes to this objectMethods in org.cytoscape.work.util with parameters of type ListChangeListenerModifier and TypeMethodDescriptionvoidListSelection.addListener(ListChangeListener<T> changeListener)Adds a listener that will listen for changes to this objectvoidListSelection.removeListener(ListChangeListener<T> changeListener)Removes a listener from the list that will listen for changes to this object