Package org.smooks.api.bean.lifecycle
Interface BeanContextLifecycleEvent
-
- All Known Implementing Classes:
DefaultBeanContextLifecycleEvent
public interface BeanContextLifecycleEvent
An event when a lifecycle event has happend to a bean.- Author:
- maurice.zeijen@smies.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
getBean()
BeanId
getBeanId()
ExecutionContext
getExecutionContext()
BeanLifecycle
getLifecycle()
Fragment<?>
getSource()
-
-
-
Method Detail
-
getExecutionContext
ExecutionContext getExecutionContext()
-
getSource
Fragment<?> getSource()
-
getLifecycle
BeanLifecycle getLifecycle()
-
getBeanId
BeanId getBeanId()
-
getBean
Object getBean()
-
-