org.milyn.persistence.observers
Class BeanCreateLifecycleObserver
java.lang.Object
org.milyn.persistence.observers.BeanCreateLifecycleObserver
- All Implemented Interfaces:
- org.milyn.javabean.lifecycle.BeanContextLifecycleObserver
public class BeanCreateLifecycleObserver
- extends Object
- implements org.milyn.javabean.lifecycle.BeanContextLifecycleObserver
Bean creation lifecycle observer.
- Author:
- tom.fennelly@gmail.com
|
Method Summary |
void |
onBeanLifecycleEvent(org.milyn.javabean.lifecycle.BeanContextLifecycleEvent event)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanCreateLifecycleObserver
public BeanCreateLifecycleObserver(org.milyn.javabean.repository.BeanId watchedBean,
EntityLocatorParameterVisitor populator,
org.milyn.javabean.BeanRuntimeInfo wiredBeanRI)
- Public constructor.
- Parameters:
beanContext - The associpopulator - watchedBean - wiredBeanRI -
onBeanLifecycleEvent
public void onBeanLifecycleEvent(org.milyn.javabean.lifecycle.BeanContextLifecycleEvent event)
- Specified by:
onBeanLifecycleEvent in interface org.milyn.javabean.lifecycle.BeanContextLifecycleObserver
Copyright © 2018. All rights reserved.