Uses of Interface
org.smooks.api.bean.lifecycle.BeanContextLifecycleEvent
-
Packages that use BeanContextLifecycleEvent Package Description org.smooks.api.bean.context org.smooks.api.bean.lifecycle org.smooks.engine.bean.context org.smooks.engine.bean.lifecycle -
-
Uses of BeanContextLifecycleEvent in org.smooks.api.bean.context
Methods in org.smooks.api.bean.context with parameters of type BeanContextLifecycleEvent Modifier and Type Method Description void
BeanContext. notifyObservers(BeanContextLifecycleEvent event)
Notify all observers of a specific bean lifecycle event. -
Uses of BeanContextLifecycleEvent in org.smooks.api.bean.lifecycle
Methods in org.smooks.api.bean.lifecycle with parameters of type BeanContextLifecycleEvent Modifier and Type Method Description void
BeanContextLifecycleObserver. onBeanLifecycleEvent(BeanContextLifecycleEvent event)
Bean lifecycle event method. -
Uses of BeanContextLifecycleEvent in org.smooks.engine.bean.context
Methods in org.smooks.engine.bean.context with parameters of type BeanContextLifecycleEvent Modifier and Type Method Description void
StandaloneBeanContext. notifyObservers(BeanContextLifecycleEvent event)
-
Uses of BeanContextLifecycleEvent in org.smooks.engine.bean.lifecycle
Classes in org.smooks.engine.bean.lifecycle that implement BeanContextLifecycleEvent Modifier and Type Class Description class
DefaultBeanContextLifecycleEvent
-