org.objectweb.fractal.julia
Class BasicInitializableMixin

java.lang.Object
  extended by org.objectweb.fractal.julia.BasicInitializableMixin
All Implemented Interfaces:
Initializable

public class BasicInitializableMixin
extends Object
implements Initializable

Provides an empty implementation of the Initializable interface.

Requirements


Method Summary
 void initialize(Tree args)
          Initializes this object with the given arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initialize

public void initialize(Tree args)
                throws Exception
Description copied from interface: Initializable
Initializes this object with the given arguments.

Specified by:
initialize in interface Initializable
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.