org.jvnet.hk2.internal
Class InstanceLifecycleEventImpl
java.lang.Object
org.jvnet.hk2.internal.InstanceLifecycleEventImpl
- All Implemented Interfaces:
- InstanceLifecycleEvent
public class InstanceLifecycleEventImpl
- extends Object
- implements InstanceLifecycleEvent
- Author:
- jwells
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getEventType
public InstanceLifecycleEventType getEventType()
- Specified by:
getEventType in interface InstanceLifecycleEvent
getActiveDescriptor
public ActiveDescriptor<?> getActiveDescriptor()
- Specified by:
getActiveDescriptor in interface InstanceLifecycleEvent
getLifecycleObject
public Object getLifecycleObject()
- Specified by:
getLifecycleObject in interface InstanceLifecycleEvent
getKnownInjectees
public Map<Injectee,Object> getKnownInjectees()
- Specified by:
getKnownInjectees in interface InstanceLifecycleEvent
Copyright © 2012 Oracle Corporation. All Rights Reserved.