Package org.cytoscape.model.events
Class TableTitleChangedEvent
- java.lang.Object
-
- org.cytoscape.event.AbstractCyEvent<CyTable>
-
- org.cytoscape.model.events.TableTitleChangedEvent
-
public final class TableTitleChangedEvent extends AbstractCyEvent<CyTable>
TODO: Missing documentationModule:
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>
Cytoscape Backwards Compatibility (Final Class): This class is final and therefore can't be extended by users. This means that we may add methods for minor version updates. Methods will only be removed for major version updates.
-
-
Constructor Summary
Constructors Constructor Description TableTitleChangedEvent(CyTable source, String oldTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getOldTitle()
-
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
-
-