| Package | Description |
|---|---|
| org.milyn.javabean.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
BeanLifecycle |
BeanContextLifecycleEvent.getLifecycle() |
static BeanLifecycle |
BeanLifecycle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeanLifecycle[] |
BeanLifecycle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BeanContextLifecycleEvent(ExecutionContext executionContext,
Fragment source,
BeanLifecycle lifecycle,
BeanId beanId,
Object bean)
Public constructor.
|
Copyright © 2020. All rights reserved.