Newer
Older
democall3 / src / server / IHelpService.java
Mark on 28 Feb 2011 226 bytes Initial commit.
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package server;

/**
 *
 * @author geoma48p
 */
public interface IHelpService {

    void processMessage(String message);

}