Package org.smooks.api.bean.lifecycle
Interface BeanContextLifecycleEvent
-
- All Known Implementing Classes:
DefaultBeanContextLifecycleEvent
public interface BeanContextLifecycleEventAn 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 ObjectgetBean()BeanIdgetBeanId()ExecutionContextgetExecutionContext()BeanLifecyclegetLifecycle()Fragment<?>getSource()
-
-
-
Method Detail
-
getExecutionContext
ExecutionContext getExecutionContext()
-
getSource
Fragment<?> getSource()
-
getLifecycle
BeanLifecycle getLifecycle()
-
getBeanId
BeanId getBeanId()
-
getBean
Object getBean()
-
-