GraphLab Project

graphlab.ui
Interface NotifiableAttributeSetView

All Superinterfaces:
AttributeSet, NotifiableAttributeSet
All Known Implementing Classes:
PortableNotifiableAttributeSetImpl

public interface NotifiableAttributeSetView
extends NotifiableAttributeSet

Author:
azin azadi

Method Summary
 AttributeSetView getView()
           
 
Methods inherited from interface graphlab.platform.attribute.NotifiableAttributeSet
addAttributeListener, getAttributeListeners, removeAttributeListener
 
Methods inherited from interface graphlab.platform.attribute.AttributeSet
get, getAttrs, put
 

Method Detail

getView

AttributeSetView getView()

GraphLab Project