Uses of Interface
org.jvnet.hk2.component.InhabitantTracker

Packages that use InhabitantTracker
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of InhabitantTracker in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return InhabitantTracker
 InhabitantTracker Habitat.track(InhabitantTrackerContext itc, InhabitantTracker.Callback callback)
          Registers a dependency on the inhabitant with the given tracker context.
 

Methods in org.jvnet.hk2.component that return types with arguments of type InhabitantTracker
 Future<InhabitantTracker> Habitat.trackFuture(InhabitantTrackerContext itc)
          Returns a future that can be checked asynchronously, and multiple times.
 

Methods in org.jvnet.hk2.component with parameters of type InhabitantTracker
 void InhabitantTracker.Callback.updated(InhabitantTracker t, Habitat h, boolean initial)
          Called when there is a modification to the set of inhabitants of some kind.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.