public interface BoundedChangeListener<N>
Module: work-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
</dependency>| Modifier and Type | Method and Description |
|---|---|
void |
boundsChanged(AbstractBounded source) |
void |
valueChanged(AbstractBounded source) |
void valueChanged(AbstractBounded source)
void boundsChanged(AbstractBounded source)
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.