Uses of Enum
org.glassfish.hk2.api.InstanceLifecycleEventType
Packages that use InstanceLifecycleEventType
-
Uses of InstanceLifecycleEventType in org.glassfish.hk2.api
Subclasses with type arguments of type InstanceLifecycleEventType in org.glassfish.hk2.apiModifier and TypeClassDescriptionenumThis describes the type of lifecycle events that can happen in the systemMethods in org.glassfish.hk2.api that return InstanceLifecycleEventTypeModifier and TypeMethodDescriptionInstanceLifecycleEvent.getEventType()Gets the type of event this describes.static InstanceLifecycleEventTypeReturns 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
Fields in org.jvnet.hk2.internal declared as InstanceLifecycleEventTypeModifier and TypeFieldDescriptionprivate final InstanceLifecycleEventTypeInstanceLifecycleEventImpl.eventTypeMethods in org.jvnet.hk2.internal that return InstanceLifecycleEventTypeConstructors in org.jvnet.hk2.internal with parameters of type InstanceLifecycleEventTypeModifierConstructorDescription(package private)InstanceLifecycleEventImpl(InstanceLifecycleEventType eventType, Object lifecycleObject, Map<Injectee, Object> knownInjectees, ActiveDescriptor<?> descriptor) (package private)InstanceLifecycleEventImpl(InstanceLifecycleEventType eventType, Object lifecycleObject, ActiveDescriptor<?> descriptor)