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

Packages that use HabitatListener.EventType
org.jvnet.hk2.component   
 

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)
          Deprecated. Called when the habitat has changed.
 boolean HabitatListener.inhabitantIndexChanged(HabitatListener.EventType eventType, Habitat habitat, Inhabitant<?> inhabitant, String index, String name, Object service)
          Deprecated. Called when the habitat index has changed.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.