Uses of Class
org.jvnet.hk2.component.HabitatListener.EventType

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

Uses of HabitatListener.EventType in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component that return HabitatListener.EventType
static HabitatListener.EventType HabitatListener.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static HabitatListener.EventType[] HabitatListener.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jvnet.hk2.component with parameters of type HabitatListener.EventType
 boolean HabitatListener.inhabitantChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant)
          Called when the habitat has changed.
 boolean HabitatListenerWeakProxy.inhabitantChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant)
           
 boolean HabitatListener.inhabitantIndexChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant, String index, String name, Object service)
          Called when the habitat index has changed.
 boolean HabitatListenerWeakProxy.inhabitantIndexChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant, String index, String name, Object service)
           
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)
           
 

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

Methods in org.jvnet.hk2.component.internal.runlevel with parameters of type HabitatListener.EventType
 boolean DefaultRunLevelService.inhabitantChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant)
          Once habitat is initialized we can proceed to boot through to kernel level (-1)
 boolean DefaultRunLevelService.inhabitantIndexChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant, String index, String name, Object service)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.