Uses of Class
org.glassfish.hk2.api.InstanceLifecycleEventType
-
Packages that use InstanceLifecycleEventType Package Description org.glassfish.hk2.api org.jvnet.hk2.internal -
-
Uses of InstanceLifecycleEventType in org.glassfish.hk2.api
Methods in org.glassfish.hk2.api that return InstanceLifecycleEventType Modifier and Type Method Description InstanceLifecycleEventType
InstanceLifecycleEvent. getEventType()
Gets the type of event this describes.static InstanceLifecycleEventType
InstanceLifecycleEventType. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceLifecycleEventType[]
InstanceLifecycleEventType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstanceLifecycleEventType in org.jvnet.hk2.internal
Methods in org.jvnet.hk2.internal that return InstanceLifecycleEventType Modifier and Type Method Description InstanceLifecycleEventType
InstanceLifecycleEventImpl. getEventType()
-