net.sf.bigyo.api
Interface LifecycleListener

All Known Implementing Classes:
JMXPublisher

public interface LifecycleListener

Author:
zsombor If a component implements this interface, than it will be notified when new components created,disposed,reconfigured. (as version 0.4 the componentCreated method is called)

Method Summary
 void componentCreated(Object obj, ComponentConfig config)
           
 void componentDisposed(Object obj)
           
 void componentReconfigured(Object obj, Object oldConfigBean, ComponentConfig newConfig)
           
 

Method Detail

componentCreated

void componentCreated(Object obj,
                      ComponentConfig config)

componentDisposed

void componentDisposed(Object obj)

componentReconfigured

void componentReconfigured(Object obj,
                           Object oldConfigBean,
                           ComponentConfig newConfig)


Copyright © 2004 Sourceforge.net. All Rights Reserved.