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 Type
    Method
    Description
    void
    Called by a Transformer to indicate that its settings have changed in some way.
  • Method Details

    • handleSettingsChanged

      void handleSettingsChanged()
      Called by a Transformer to indicate that its settings have changed in some way.