public class ResourceDependencyFoundEvent extends DependencyFoundEvent<URI>
Constructor and Description |
---|
ResourceDependencyFoundEvent(URI from,
URI to,
EObject parent,
EStructuralFeature feature)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static URI |
getUri(EObject eObject)
Returns the URI of the given
eObject . |
public ResourceDependencyFoundEvent(URI from, URI to, EObject parent, EStructuralFeature feature)
from
- The source of the dependencyto
- The target of the dependencyparent
- The object in the source causing the dependencyfeature
- The feature through which the parent causes the dependency
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.