public final class TableAddedEvent extends AbstractCyEvent<CyTableManager>
CyTableManager.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 |
|---|
TableAddedEvent(CyTableManager source,
CyTable table)
Constructs the table added event.
|
| Modifier and Type | Method and Description |
|---|---|
CyTable |
getTable()
Returns the table added to the table manager.
|
getListenerClass, getSourcepublic TableAddedEvent(CyTableManager source, CyTable table)
source - the table managertable - the table added to the table managerpublic final CyTable getTable()
Copyright 2011 Cytoscape Consortium. All rights reserved.