00001 package org.jaebi.midlet.bt.responseHandling; 00002 /* 00003 * ServiceResponseHandler.java 00004 * 00005 * Created on 18 giugno 2005, 16.19 00006 * 00007 * To change this template, choose Tools | Options and locate the template under 00008 * the Source Creation and Management node. Right-click the template and choose 00009 * Open. You can then make changes to the template in the Source Editor. 00010 */ 00011 00016 public interface ServiceResponseHandler { 00017 public void connectionError(); 00018 00019 }