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