Package org.cytoscape.property
Class PropertyUpdatedEvent
- All Implemented Interfaces:
CyEvent<CyProperty<?>>
This event signals that a CyProperty is updated.
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>-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
-
Constructor Details
-
PropertyUpdatedEvent
Constructs the event.- Parameters:
source- Updated CyProperty object.
-