public interface ListChangeListener<T>
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 |
listChanged(ListSelection<T> source) |
void |
selectionChanged(ListSelection<T> source) |
void selectionChanged(ListSelection<T> source)
void listChanged(ListSelection<T> source)
Copyright 2011 Cytoscape Consortium. All rights reserved.