package org.javalearn.guicelearn.service; /** * Created with IntelliJ IDEA. * User: gongwenwei * Date: 12-8-25 * Time: 下午2:47 * To change this template use File | Settings | File Templates. */ public interface EchoProcessor { public void echo(); }