public interface VisualPropertyDependencyChangedListener extends CyListener
VisualStyle
implementation, so a style can be
notified when VisualPropertyDependency.setDependency(boolean)
is called on any of its
visual property dependencies.Module: vizmap-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>vizmap-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(VisualPropertyDependencyChangedEvent e) |
void handleEvent(VisualPropertyDependencyChangedEvent e)
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.