Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD

cytoscape.data.attr
Interface MultiHashMapDefinitionListener


public interface MultiHashMapDefinitionListener

A hook to receive notification when attribute definitions are created and destroyed.


Method Summary
 void attributeDefined(String attributeName)
          This method is called by a MultiHashMapDefinition implementation as a result of a new attribute being defined (MultiHashMapDefinition.defineAttribute()).
 void attributeUndefined(String attributeName)
          This method is called by a MultiHashMapDefinition implementation as a result of an attribute being undefined (MultiHashMapDefinition.undefineAttribute()).
 

Method Detail

attributeDefined

void attributeDefined(String attributeName)
This method is called by a MultiHashMapDefinition implementation as a result of a new attribute being defined (MultiHashMapDefinition.defineAttribute()).


attributeUndefined

void attributeUndefined(String attributeName)
This method is called by a MultiHashMapDefinition implementation as a result of an attribute being undefined (MultiHashMapDefinition.undefineAttribute()).


www.cytoscape.org