00001 package org.jaebi.midlet.bt.responseHandling; 00002 /* 00003 * AccountingResponseHandler.java 00004 * 00005 * Created on 18 giugno 2005, 16.23 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 00017 public interface AccountingResponseHandler extends ServiceResponseHandler { 00018 public void loginIncorrect(String msg); 00019 public void loginCorrect(String msg); 00020 }