org.objectweb.fractal.aokell.glue.template
Class SuperControllerTemplate

java.lang.Object
  extended by org.objectweb.fractal.aokell.glue.template.SuperControllerTemplate
All Implemented Interfaces:
SuperController, org.objectweb.fractal.julia.control.content.SuperControllerNotifier, spoon.template.Template

public class SuperControllerTemplate
extends Object
implements spoon.template.Template, org.objectweb.fractal.julia.control.content.SuperControllerNotifier

This template defines the elements which are introduced in all classes which are processed by NameControllerProcessor.

Author:
Lionel Seinturier

Constructor Summary
SuperControllerTemplate()
           
 
Method Summary
 void addedToFc(Component c)
           
 Component[] getFcSuperComponents()
           
 void removedFromFc(Component c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuperControllerTemplate

public SuperControllerTemplate()
Method Detail

getFcSuperComponents

public Component[] getFcSuperComponents()
Specified by:
getFcSuperComponents in interface SuperController

addedToFc

public void addedToFc(Component c)
Specified by:
addedToFc in interface org.objectweb.fractal.julia.control.content.SuperControllerNotifier

removedFromFc

public void removedFromFc(Component c)
Specified by:
removedFromFc in interface org.objectweb.fractal.julia.control.content.SuperControllerNotifier