package net.sharenav.midlet.ui; import javax.microedition.lcdui.Image; public interface KeySelectMenuItem { Image getImage(); String getName(); }