Package org.cytoscape.property
Class PropertyUpdatedEvent
- java.lang.Object
-
- org.cytoscape.event.AbstractCyEvent<CyProperty<?>>
-
- org.cytoscape.property.PropertyUpdatedEvent
-
- All Implemented Interfaces:
CyEvent<CyProperty<?>>
public class PropertyUpdatedEvent extends AbstractCyEvent<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 Constructor Description PropertyUpdatedEvent(CyProperty<?> source)
Constructs the event.
-
-
-
Constructor Detail
-
PropertyUpdatedEvent
public PropertyUpdatedEvent(CyProperty<?> source)
Constructs the event.- Parameters:
source
- Updated CyProperty object.
-
-