Joda System API

org.joda.property.impl
Interface InitializablePropertyData

All Known Implementing Classes:
AbstractPropertyData

public interface InitializablePropertyData

Interface which should be implemented by all property data classes. This enables delayed initialisation.

Author:
Stephen Colebourne

Method Summary
 void initPropertyDataCreated(PropertyDataInit init)
          Initialize the object once other parts are completed
 

Method Detail

initPropertyDataCreated

public void initPropertyDataCreated(PropertyDataInit init)
Initialize the object once other parts are completed


Joda System API

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