public class BeanContextLifecycleEvent extends Object
| Constructor and Description |
|---|
BeanContextLifecycleEvent(ExecutionContext executionContext,
Fragment source,
BeanLifecycle lifecycle,
BeanId beanId,
Object bean) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
BeanId |
getBeanId() |
ExecutionContext |
getExecutionContext() |
BeanLifecycle |
getLifecycle() |
Fragment |
getSource()
Get the even source fragment.
|
public BeanContextLifecycleEvent(ExecutionContext executionContext, Fragment source, BeanLifecycle lifecycle, BeanId beanId, Object bean)
public ExecutionContext getExecutionContext()
public Fragment getSource()
public BeanLifecycle getLifecycle()
public BeanId getBeanId()
public Object getBean()
Copyright © 2015. All rights reserved.