T - The type of the key used to identify the resources (will be URI in our case).public class DependencyFoundEvent<T> extends Object
| Constructor and Description | 
|---|
| DependencyFoundEvent(T from,
                    T to)Constructor. | 
| DependencyFoundEvent(T from,
                    T to,
                    com.google.common.base.Optional<T> parent)Constructor. | 
public DependencyFoundEvent(T from, T to, com.google.common.base.Optional<T> parent)
from - The sourceto - The targetparent - The key of the object at the source causing the dependency
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.