Skip to content
Snippets Groups Projects
OPublisher.java 424 B
Newer Older
/*TAG:PACKAGE*/

import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.output.OutputPublisher;

public class /*TAG:CLASSNAME*/ extends OutputPublisher {
    protected /*TAG:CLASSNAME*/(ModuleContext context) {
	super(context);
	// TODO Auto-generated constructor stub
    }
    public void communicationChannelBroken() {
	// TODO Auto-generated method stub

    }