public class PropertyUpdatedEvent extends AbstractCyEvent<CyProperty<?>>
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 and Description |
---|
PropertyUpdatedEvent(CyProperty<?> source)
Constructs the event.
|
public PropertyUpdatedEvent(CyProperty<?> source)
source
- Updated CyProperty object.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.