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

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

Uses of RunLevelListener in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type RunLevelListener
 void AbstractRunLevelService.setListener(RunLevelListener listener)
          Overrides the default behavior of getting all listeners from the habitat to use a stand-in listener instead.
 

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

Methods in org.jvnet.hk2.component.internal.runlevel that return types with arguments of type RunLevelListener
protected  Collection<RunLevelListener> DefaultRunLevelService.getListeners()
           
 

Methods in org.jvnet.hk2.component.internal.runlevel with parameters of type RunLevelListener
 void DefaultRunLevelService.setListener(RunLevelListener listener)
          Overrides the default behavior of getting all listeners from the habitat to use a stand-in listener instead.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.