public interface PropertyUpdatedListener extends CyListener
PropertyUpdatedEvent
.Module: property-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>property-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
void |
handleEvent(PropertyUpdatedEvent e)
Method for handling the event.
|
void handleEvent(PropertyUpdatedEvent e)
e
- the fired PropertyUpdatedEvent
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.