|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.objectweb.fractal.julia.control.lifecycle.UseLifeCycleControllerMixin
Provides a LifeCycleController field to a Controller.
Requirements
LifeCycleController interface, but this is not mandatory).
| Field Summary | |
|---|---|
LifeCycleController |
weaveableOptLC
The LifeCycleController interface of the component to which this
controller object belongs. |
| Method Summary | |
|---|---|
abstract void |
_super_initFcController(InitializationContext ic)
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 |
public LifeCycleController weaveableOptLC
LifeCycleController interface of the component to which this
controller object belongs.
| Method Detail |
public void initFcController(InitializationContext ic)
throws InstantiationException
initFcController in interface Controlleric - information about the component to which this controller object
belongs.
InstantiationException - if the initialization fails.
public abstract void _super_initFcController(InitializationContext ic)
throws InstantiationException
initFcController method overriden
by this mixin.
ic - information about the component to which this controller object
belongs.
InstantiationException - if the initialization fails.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||