Cytoscape 2.8.0 API

cytoscape.data.attr
Interface MultiHashMapDefinitionListener

All Known Implementing Classes:
AttributeImportPanel, VizMapperMainPanel

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()).


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.