GraphLab Project

graphlab.platform.attribute
Interface AttributeListener

All Known Implementing Classes:
AbstractGraphRenderer, AcceleratedRenderer, FastRenderer, GraphPreferences, GraphPropertyEditor, LastSettings, LayeredRenderer, ParameterShower, ProEditor2NotifiableAttributeSetConnector, Settings, SuperAcceleratedRenderer

public interface AttributeListener

The base interface for listening to the changes of attributes in an attribute set

Author:
Reza Mohammadi

Method Summary
 void attributeUpdated(java.lang.String name, java.lang.Object oldVal, java.lang.Object newVal)
           
 

Method Detail

attributeUpdated

void attributeUpdated(java.lang.String name,
                      java.lang.Object oldVal,
                      java.lang.Object newVal)

GraphLab Project