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.
- Author:
- rozagh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyUpdatedEvent
public PropertyUpdatedEvent(CyProperty<?> source)
- Constructs the event.
- Parameters:
source
- Updated CyProperty object.
Copyright 2011 Cytoscape Consortium. All rights reserved.