Class ResolvedEvent<T>

  • Type Parameters:
    T - The type of the resource identifier.

    public class ResolvedEvent<T>
    extends Object
    Event that indicates that a resource that should be part of a dependency graph has been found.
    • Constructor Detail

      • ResolvedEvent

        public ResolvedEvent​(T node)
        Constructor.
        Parameters:
        node - The identifier of the discovered resource, must not be null.
    • Method Detail

      • getNode

        public T getNode()