public interface InteractivityChangedListener
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>
Modifier and Type | Method and Description |
---|---|
void |
handleInteractivityChanged(boolean isInteractive)
Called by the transformation subsystem to indicate the state of
interactivity has changed.
|
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.