intarsys runtime library

de.intarsys.tools.component
Interface IInitializeable


public interface IInitializeable

Component lifecycle feature. The component supports initialization.


Method Summary
 void initializeAfterConstruction()
          Initialize the components state.
 void initializeAfterCreation()
          Initialize the components state.
 

Method Detail

initializeAfterConstruction

void initializeAfterConstruction()
Initialize the components state. A container will call this after complete construction (dependency injection).

See Also:
PostConstruct

initializeAfterCreation

void initializeAfterCreation()
Initialize the components state. A container will call this immediately after instance creation.


intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.