Uses of Class
org.eclipse.higgins.idas.spi.AttributeValueNotification

Uses of AttributeValueNotification in org.eclipse.higgins.idas.spi
 

Methods in org.eclipse.higgins.idas.spi that return AttributeValueNotification
 AttributeValueNotification AttributeNotification.getAttributeValueNotification()
           
 

Methods in org.eclipse.higgins.idas.spi with parameters of type AttributeValueNotification
 void IAttributeValueContainer.updateNotification(AttributeValueNotification attrValueNotif)
           
 void BasicAttribute.updateNotification(AttributeValueNotification attrValueNotif)
           
 

Constructors in org.eclipse.higgins.idas.spi with parameters of type AttributeValueNotification
AttributeNotification(org.eclipse.higgins.idas.api.IAttribute attr, String action, AttributeValueNotification attrValNotif, MetadataNotification metadataNotif)