00001 import org.jaebi.midlet.bt.requestProcessing.RequestProcessor; 00002 /* 00003 * LogoutRequestProcessor.java 00004 * 00005 * Created on 22 giugno 2005, 16.37 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 class LogoutRequestProcessor extends RequestProcessor { 00017 00019 public LogoutRequestProcessor() { 00020 } 00021 00022 public void run(){ 00023 00024 } 00025 }