public class BeanContextLifecycleEvent extends Object
Constructor and Description |
---|
BeanContextLifecycleEvent(ExecutionContext executionContext,
Fragment source,
BeanLifecycle lifecycle,
BeanId beanId,
Object bean)
Public constructor.
|
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)
executionContext
- source
- Source fragment name.beanId
- Source bean.lifecycle
- Lifecycle.bean
- Bean instance.public ExecutionContext getExecutionContext()
public Fragment getSource()
public BeanLifecycle getLifecycle()
public BeanId getBeanId()
public Object getBean()
Copyright © 2020. All rights reserved.