public final class ColumnNameChangedEvent extends AbstractCyEvent<CyTable>
Constructor and Description |
---|
ColumnNameChangedEvent(CyTable source,
String oldColumnName,
String newColumnName)
Constructs event.
|
Modifier and Type | Method and Description |
---|---|
String |
getNewColumnName()
Returns the new name of the column.
|
String |
getOldColumnName()
Returns the old name of the column.
|
getListenerClass, getSource
Copyright 2011 Cytoscape Consortium. All rights reserved.