public final class RowsDeletedEvent extends AbstractCyEvent<CyTable>
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 |
---|
RowsDeletedEvent(CyTable source,
Collection<Object> primaryKeys)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
Collection<Object> |
getKeys()
Returns the primary keys of the rows for this event.
|
getListenerClass, getSource
public RowsDeletedEvent(CyTable source, Collection<Object> primaryKeys)
source
- the table in which the rows have been Deleted.primaryKeys
- the primary keys of the rows that have been Deleted.public Collection<Object> getKeys()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.