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

package gui;

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

    public void requestHelp(int id);
    
    public void cancelRequest(int id);

}