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

/* More on how to use this class at: 
 * https://github.com/universAAL/platform/wiki/RD-Using-Services#Service_Callers_and_Service_Requests */
import org.universAAL.middleware.container.ModuleContext;
import org.universAAL.middleware.service.ServiceCaller;
import org.universAAL.middleware.service.ServiceResponse;

public class /*TAG:CLASSNAME*/ extends ServiceCaller {

    protected /*TAG:CLASSNAME*/(ModuleContext context) {
	super(context);
	// TODO Auto-generated constructor stub
    }

    public void communicationChannelBroken() {
	// TODO Auto-generated method stub

    }

    public void handleResponse(String reqID, ServiceResponse response) {
	// TODO Auto-generated method stub

    }