org.milyn.persistence.observers
Class BeanCreateLifecycleObserver

java.lang.Object
  extended by 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

Constructor Summary
BeanCreateLifecycleObserver(org.milyn.javabean.repository.BeanId watchedBean, EntityLocatorParameterVisitor populator, org.milyn.javabean.BeanRuntimeInfo wiredBeanRI)
          Public constructor.
 
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
 

Constructor Detail

BeanCreateLifecycleObserver

public BeanCreateLifecycleObserver(org.milyn.javabean.repository.BeanId watchedBean,
                                   EntityLocatorParameterVisitor populator,
                                   org.milyn.javabean.BeanRuntimeInfo wiredBeanRI)
Public constructor.

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

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.