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

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

Methods in org.eclipse.higgins.idas.spi that return MetadataValueNotification
 MetadataValueNotification MetadataNotification.getMetadataValueNotification()
           
 

Methods in org.eclipse.higgins.idas.spi with parameters of type MetadataValueNotification
 void IMetadataValueContainer.updateNotification(MetadataValueNotification metaValueNotif)
           
 void BasicMetadata.updateNotification(MetadataValueNotification metaValueNotif)
           
 

Constructors in org.eclipse.higgins.idas.spi with parameters of type MetadataValueNotification
MetadataNotification(org.eclipse.higgins.idas.api.IMetadata meta, String action, MetadataValueNotification metaValNotif)