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 -
-
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 voidBeanContext. 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 voidBeanContextLifecycleObserver. onBeanLifecycleEvent(BeanContextLifecycleEvent event)Bean lifecycle event method.
-