Interface Initializable
-
public interface InitializableThe Initializable interface is used by components that need to allocate resources prior to them becoming active.- Version:
- CVS $Revision: 1.15 $ $Date: 2003/02/11 15:58:38 $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize()Initialize the component.
-