
org.objectweb.fractal.julia.control.content.SuperControllerNotifierFcItf Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fractal-bf-testing-fixtures-juliac Show documentation
Show all versions of fractal-bf-testing-fixtures-juliac Show documentation
Integration tests fixtures with Juliac
The newest version!
/*
* Generated by: org.objectweb.fractal.juliac.proxy.InterfaceImplementationClassGenerator
* on: Wed Mar 20 11:44:56 CET 2013
*/
package org.objectweb.fractal.julia.control.content;
public class SuperControllerNotifierFcItf
extends org.objectweb.fractal.julia.BasicComponentInterface
implements org.objectweb.fractal.julia.control.content.SuperControllerNotifier {
private org.objectweb.fractal.julia.control.content.SuperControllerNotifier impl;
public SuperControllerNotifierFcItf() {
}
public SuperControllerNotifierFcItf(org.objectweb.fractal.api.Component component,String s,org.objectweb.fractal.api.Type type,boolean flag,Object obj) {
super(component,s,type,flag,obj);
}
public Object getFcItfImpl() {
return impl;
}
public void setFcItfImpl(Object obj) {
impl = (org.objectweb.fractal.julia.control.content.SuperControllerNotifier)obj;
}
public void removedFromFc(final org.objectweb.fractal.api.Component arg0) {
if ( impl == null )
{
throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
}
impl.removedFromFc(arg0);
}
public org.objectweb.fractal.api.Component[] getFcSuperComponents() {
if ( impl == null )
{
throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
}
org.objectweb.fractal.api.Component[] ret = impl.getFcSuperComponents();
return ret;
}
public void addedToFc(final org.objectweb.fractal.api.Component arg0) {
if ( impl == null )
{
throw new java.lang.NullPointerException("Trying to invoke a method on a client or server interface whose complementary interface is not bound.");
}
impl.addedToFc(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy