/** * */ package com.momega.spacesimulator.model; /** * @author martin */ public interface IconProvider { /** * Gets the icon. The icons are typically in images folder in resource * @return the icon */ String getIcon(); }