public final class TableAboutToBeDeletedEvent extends AbstractCyEvent<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 |
---|
TableAboutToBeDeletedEvent(CyTableManager source,
CyTable table)
Constructs the event.
|
Modifier and Type | Method and Description |
---|---|
CyTable |
getTable()
Returns the table that is about to be deleted from the table manager.
|
getListenerClass, getSource
public TableAboutToBeDeletedEvent(CyTableManager source, CyTable table)
source
- the table managertable
- the table in which is about to be deleted from the table managerpublic final CyTable getTable()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.