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

Packages that use InhabitantListener.EventType
com.sun.hk2.component   
org.jvnet.hk2.component   
 

Uses of InhabitantListener.EventType in com.sun.hk2.component
 

Methods in com.sun.hk2.component with parameters of type InhabitantListener.EventType
protected  void EventPublishingInhabitant.notify(InhabitantListener.EventType eventType)
          Deprecated.  
 

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

Methods in org.jvnet.hk2.component that return InhabitantListener.EventType
static InhabitantListener.EventType InhabitantListener.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InhabitantListener.EventType[] InhabitantListener.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 InhabitantListener.EventType
 boolean InhabitantListener.inhabitantChanged(InhabitantListener.EventType eventType, Inhabitant<?> inhabitant)
          Deprecated. Called when the inhabitant has changed.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.