org.objectweb.fractal.julia.loader
Interface Initializable

All Known Implementing Classes:
BasicInitializableMixin, CheckGenericFactoryMixin, InterceptorClassGenerator, InterfaceClassGenerator, LoggerLifeCycleMixin, MetaCodeGenerator, SimpleCodeGenerator, TraceCodeGenerator

public interface Initializable

The interface used by the newObject method to initialize some objects. See newObject.


Method Summary
 void initialize(Tree args)
          Initializes this object with the given arguments.
 

Method Detail

initialize

void initialize(Tree args)
                throws Exception
Initializes this object with the given arguments.

Parameters:
args - the arguments to be used to initialize this object. The format of these arguments depends on the class of this object.
Throws:
Exception - if a problem occurs during the object initialization.