org.milyn.persistence.observers
Class BeanCreateLifecycleObserver

java.lang.Object
  extended by org.milyn.persistence.observers.BeanCreateLifecycleObserver
All Implemented Interfaces:
BeanContextLifecycleObserver

public class BeanCreateLifecycleObserver
extends Object
implements BeanContextLifecycleObserver

Bean creation lifecycle observer.

Author:
tom.fennelly@gmail.com

Constructor Summary
BeanCreateLifecycleObserver(BeanId watchedBean, EntityLocatorParameterVisitor populator, BeanRuntimeInfo wiredBeanRI)
          Public constructor.
 
Method Summary
 void onBeanLifecycleEvent(BeanContextLifecycleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanCreateLifecycleObserver

public BeanCreateLifecycleObserver(BeanId watchedBean,
                                   EntityLocatorParameterVisitor populator,
                                   BeanRuntimeInfo wiredBeanRI)
Public constructor.

Parameters:
beanContext - The associ
populator -
watchedBean -
wiredBeanRI -
Method Detail

onBeanLifecycleEvent

public void onBeanLifecycleEvent(BeanContextLifecycleEvent event)
Specified by:
onBeanLifecycleEvent in interface BeanContextLifecycleObserver


Copyright © 2011. All Rights Reserved.