public final class RowsCreatedEvent extends AbstractCyPayloadEvent<CyTable,Object>
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
Constructor and Description |
---|
RowsCreatedEvent(CyTable source,
Collection<Object> primaryKeys)
Constructs event.
|
getPayloadCollection
getListenerClass, getSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getListenerClass, getSource
public RowsCreatedEvent(CyTable source, Collection<Object> primaryKeys)
source
- the table in which the rows have been created.primaryKeys
- the primary keys of the rows that have been created.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.