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

Packages that use InhabitantListener
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
org.jvnet.hk2.component.internal.runlevel   
 

Uses of InhabitantListener in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type InhabitantListener
 void EventPublishingInhabitant.addInhabitantListener(InhabitantListener listener)
           
 boolean EventPublishingInhabitant.removeInhabitantListener(InhabitantListener listener)
           
 

Constructors in com.sun.hk2.component with parameters of type InhabitantListener
EventPublishingInhabitant(Inhabitant<?> delegate, InhabitantListener listener)
           
 

Uses of InhabitantListener in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement InhabitantListener
 class AbstractRunLevelService<T>
          A default implementation for the RunLevelService that component provides can derive from to provide their own component-related lifecycle.
 

Uses of InhabitantListener in org.jvnet.hk2.component.internal.runlevel
 

Classes in org.jvnet.hk2.component.internal.runlevel that implement InhabitantListener
 class DefaultRunLevelService
          The default RunLevelService implementation for Hk2.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.