1 /* 2 * Copyright (C) The Apache Software Foundation. All rights reserved. 3 * 4 * This software is published under the terms of the Apache Software License 5 * version 1.1, a copy of which has been included with this distribution in 6 * the LICENSE.txt file. 7 */ 8 package phoenixdemo.api; 9 10 /** 11 * Interface PDKDemoServer 12 * 13 * @author Paul Hammant <a HREF="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a> 14 * @version * $Revision: 1.5 $ 15 */ 16 public interface PDKDemoServer 17 { 18 void message(String string); 19 } 20