Package org.cytoscape.filter.model
Interface TransformerListener
public interface TransformerListener
Listens for changes to
Transformer parameters. This listener should
be added to, or removed from a Transformer directly.Cytoscape Backwards Compatibility (SPI Interface): We expect that this interface will be implemented. Therefore to maintain backwards compatibility this interface will only be modified for major version updates.
Module: filter-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>filter-api</artifactId>
</dependency>-
Method Summary
Modifier and TypeMethodDescriptionvoidCalled by aTransformerto indicate that its settings have changed in some way.
-
Method Details
-
handleSettingsChanged
void handleSettingsChanged()Called by aTransformerto indicate that its settings have changed in some way.
-