Cytoscape 3.0.1 API

org.cytoscape.model.events
Class ColumnCreatedEvent

java.lang.Object
  extended by org.cytoscape.event.AbstractCyEvent<CyTable>
      extended by org.cytoscape.model.events.ColumnCreatedEvent
All Implemented Interfaces:
CyEvent<CyTable>

public final class ColumnCreatedEvent
extends AbstractCyEvent<CyTable>

This event signals that a column has been created.

This should probably return the type parameter as well.


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
ColumnCreatedEvent(CyTable source, String columnName)
          Constructs event.
 
Method Summary
 String getColumnName()
          Returns the name of the column for this event.
 
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColumnCreatedEvent

public ColumnCreatedEvent(CyTable source,
                          String columnName)
Constructs event.

Parameters:
source - The table in which the column was created.
columnName - The name of the column created.
Method Detail

getColumnName

public String getColumnName()
Returns the name of the column for this event.

Returns:
The name of the column for this event.

Cytoscape 3.0.1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.