Cytoscape 3.0.1 API

org.cytoscape.property
Class PropertyUpdatedEvent

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<CyProperty<?>>
      extended by org.cytoscape.property.PropertyUpdatedEvent
All Implemented Interfaces:
CyEvent<CyProperty<?>>

public class PropertyUpdatedEvent
extends AbstractCyEvent<CyProperty<?>>

This event signals that a CyProperty is updated.


Constructor Summary
PropertyUpdatedEvent(CyProperty<?> source)
          Constructs the event.
 
Method Summary
 
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyUpdatedEvent

public PropertyUpdatedEvent(CyProperty<?> source)
Constructs the event.

Parameters:
source - Updated CyProperty object.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.