Interface Initializable
-
public interface Initializable
The Initializable interface is used by components that need to allocate resources prior to them becoming active.- Version:
- CVS $Revision: 1.17 $ $Date: 2004/02/11 14:34:24 $
- Author:
- Avalon Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
initialize()
Initialize the component.
-