@Deprecated
public interface RefreshStrategy
| Modifier and Type | Method and Description | 
|---|---|
| java.util.Collection<EObject> | findElementsImpactedFromChange(EObject eObject,
                              Notification msg)Deprecated.  This method must compute and return the list of elements for which a
 Facet may have changed. | 
| boolean | isApplicableTo(Facet facet)Deprecated.  Whether the RefreshStrategy will be called when the given Facet is
 applied. | 
java.util.Collection<EObject> findElementsImpactedFromChange(EObject eObject,
                                                             Notification msg)
eObject - an EObject that changedmsg - the associated change notificationboolean isApplicableTo(Facet facet)