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

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

Uses of HabitatListener in org.jvnet.hk2.component
 

Classes in org.jvnet.hk2.component that implement HabitatListener
 class HabitatListenerWeakProxy
          A proxy where the underlying HabitatListener is held as a weak proxy and is automatically removed from the habitat if the proxy is GC'ed.
 

Methods in org.jvnet.hk2.component with parameters of type HabitatListener
 void Habitat.addHabitatListener(HabitatListener listener)
          Add a habitat listener with no contract-level filtering.
protected  void Habitat.addHabitatListener(HabitatListener listener, Set<String> typeNames)
           
 void Habitat.addHabitatListener(HabitatListener listener, String... typeNames)
          Add a habitat listener with contract-level filtering.
 boolean Habitat.NotifyCall.inhabitantChanged(HabitatListener listener)
           
 boolean Habitat.removeHabitatListener(HabitatListener listener)
          Remove a habitat listener.
 

Method parameters in org.jvnet.hk2.component with type arguments of type HabitatListener
protected  void Habitat.notify(Habitat.NotifyCall innerCall, Inhabitant<?> inhabitant, HabitatListener.EventType event, String index, Inhabitant<HabitatListener> extraListenerToBeNotified)
           
protected  void Habitat.notify(Inhabitant<?> inhabitant, HabitatListener.EventType event, String index, Inhabitant<HabitatListener> extraListenerToBeNotified)
           
protected  void Habitat.notify(Inhabitant<?> inhabitant, HabitatListener.EventType event, String index, String name, Object service, Inhabitant<HabitatListener> extraListenerToBeNotified)
           
 

Constructors in org.jvnet.hk2.component with parameters of type HabitatListener
HabitatListenerWeakProxy(HabitatListener proxy)
           
 

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

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



Copyright © 2011 Oracle Corporation. All Rights Reserved.