00001 package org.jaebi.midlet.bt.responseHandling; 00002 import java.util.Vector; 00003 /* 00004 * XResponseHandler.java 00005 * 00006 * Created on 18 giugno 2005, 16.20 00007 * 00008 * To change this template, choose Tools | Options and locate the template under 00009 * the Source Creation and Management node. Right-click the template and choose 00010 * Open. You can then make changes to the template in the Source Editor. 00011 */ 00012 00018 public interface XResponseHandler extends ServiceResponseHandler{ 00019 public void handleRowResponse(Vector rows); 00020 public void handleMessageResponse(String message); 00021 00022 }