Joda System API

org.joda.property.impl
Interface InitializableProperty

All Known Implementing Classes:
AbstractProperty

public interface InitializableProperty

Interface which should be implemented by all property classes

Author:
Stephen Colebourne

Method Summary
 void initBeanCreated(PropertyInit init)
          Initialize the property once the bean is complete.
 void initPropertyCreated(PropertyInit init)
          Initialize the property.
 

Method Detail

initPropertyCreated

public void initPropertyCreated(PropertyInit init)
Initialize the property. The bean is incomplete when this method is called, so you cannot access other properties on the bean.


initBeanCreated

public void initBeanCreated(PropertyInit init)
Initialize the property once the bean is complete. This allows reference to other properties on the bean.


Joda System API

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