Class 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 Detail

      • PropertyUpdatedEvent

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