public final class ColumnCreatedEvent extends AbstractCyEvent<CyTable>
This should probably return the type parameter as well.
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 |
---|
ColumnCreatedEvent(CyTable source,
String columnName)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnName()
Returns the name of the column for this event.
|
getListenerClass, getSource
public String getColumnName()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.