org.objectweb.fractal.julia
Class BasicControllerMixin

java.lang.Object
  extended by org.objectweb.fractal.julia.BasicControllerMixin
All Implemented Interfaces:
Controller

public class BasicControllerMixin
extends Object
implements Controller

Provides a basic implementation of the Controller interface.

Requirements


Method Summary
 void initFcController(InitializationContext ic)
          Does nothing.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initFcController

public void initFcController(InitializationContext ic)
                      throws InstantiationException
Does nothing.

Specified by:
initFcController in interface Controller
Parameters:
ic - information about the component to which this controller object belongs.
Throws:
InstantiationException - if the initialization fails.