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 SubjectNotification.getAttributeNotification()
           
 AttributeNotification AttributeValueNotification.getAttributeNotification()
           
 

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

Constructors in org.eclipse.higgins.idas.spi with parameters of type AttributeNotification
SubjectNotification(org.eclipse.higgins.idas.api.IDigitalSubject subject, String action, AttributeNotification attrNotif, MetadataNotification metadataNotif)