org.objectweb.dream.control.content
Class UseBasicContentControllerMixin

java.lang.Object
  extended by org.objectweb.dream.control.content.UseBasicContentControllerMixin

public abstract class UseBasicContentControllerMixin
extends Object

Provides a BasicContentControllerfield to a Controller.


Field Summary
 BasicContentController weaveableBCC
          The BasicContentControllerinterface of the component to which this controller object belongs.
 
Method Summary
abstract  void _super_initFcController(InitializationContext i)
          The initFcController method overriden by this mixin.
 void initFcController(InitializationContext ic)
          Initializes the fields of this mixin and then calls the overriden method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weaveableBCC

public BasicContentController weaveableBCC
The BasicContentControllerinterface of the component to which this controller object belongs.

Method Detail

initFcController

public void initFcController(InitializationContext ic)
                      throws InstantiationException
Initializes the fields of this mixin and then calls the overriden method.

Throws:
InstantiationException
See Also:
Controller.initFcController(org.objectweb.fractal.julia.InitializationContext)

_super_initFcController

public abstract void _super_initFcController(InitializationContext i)
                                      throws InstantiationException
The initFcController method overriden by this mixin.

Throws:
InstantiationException
See Also:
Controller.initFcController(org.objectweb.fractal.julia.InitializationContext)


Copyright © 2003, 2005 - INRIA Rhone-Alpes - All Rights Reserved.