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 Details

    • PropertyUpdatedEvent

      public PropertyUpdatedEvent(CyProperty<?> source)
      Constructs the event.
      Parameters:
      source - Updated CyProperty object.