org.yajul.util
Interface Initializeable
public interface Initializeable
Defines the general behavior of an abstract factory.  ObjectFactory
 uses this interface to initialize objects that it creates if the class
 implements Initializeable.
 User: josh
 Date: Oct 26, 2003
 Time: 10:17:58 AM
| 
Method Summary | 
 void | 
initialize(java.util.Properties properties)
 
          The implementation will initialize itself from the properties object. | 
 
initialize
void initialize(java.util.Properties properties)
                throws InitializationException
- The implementation will initialize itself from the properties object.
- Parameters:
 properties - The initialization properties.
- Throws:
 InitializationException - if the object cannot be initialized.
 
 
Copyright © 2008. All Rights Reserved.