Cytoscape 3.0.1 API

org.cytoscape.model.events
Class ColumnDeletedEvent

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

public final class ColumnDeletedEvent
extends AbstractCyEvent<CyTable>

This event signals that a column has been deleted.


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
ColumnDeletedEvent(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

ColumnDeletedEvent

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

Parameters:
source - The table from which the column was deleted.
columnName - The name of the column deleted.
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.