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

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

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

Methods in org.eclipse.higgins.idas.spi with parameters of type AttributeNotification
 void BasicEntity.updateNotification(AttributeNotification attrNotif)
           
 void IAttributeContainer.updateNotification(AttributeNotification attrNotif)
           
 void BasicAttributeSet.updateNotification(AttributeNotification attrNotif)
           
 void BasicAttribute.updateNotification(AttributeNotification attrNotif)
           
 

Constructors in org.eclipse.higgins.idas.spi with parameters of type AttributeNotification
AttributeNotification(org.eclipse.higgins.idas.api.IAttribute attr, String action, AttributeValueNotification attrValNotif, AttributeNotification metaAttrNotif)
           
EntityNotification(org.eclipse.higgins.idas.api.IEntity entity, String action, AttributeNotification attrNotif)