Class DependencyFoundEvent<T>
- java.lang.Object
-
- org.eclipse.emf.compare.ide.ui.internal.logical.resolver.DependencyFoundEvent<T>
-
- Type Parameters:
T
- The type of the key used to identify the resources (will be URI in our case).
- Direct Known Subclasses:
ResourceDependencyFoundEvent
public class DependencyFoundEvent<T> extends Object
Event indicating a dependency between two resources has been found.
-
-
Constructor Summary
Constructors Constructor Description DependencyFoundEvent(T from, T to)
Constructor.DependencyFoundEvent(T from, T to, com.google.common.base.Optional<T> parent)
Constructor.
-