Joda System API

org.joda.property.impl
Interface InitializableBean

All Known Implementing Classes:
AbstractProxyBean

public interface InitializableBean

Interface which should be implemented by all bean classes which need to be initialised after the constructor.

Author:
Stephen Colebourne

Method Summary
 void initBeanCreated(BeanInit init)
           
 

Method Detail

initBeanCreated

public void initBeanCreated(BeanInit init)

Joda System API

Copyright © 2001-2003 Stephen Colebourne. All Rights Reserved.