org.microemu.device.ui.CommandUI Maven / Gradle / Ivy
The newest version!
package org.microemu.device.ui;
import javax.microedition.lcdui.Command;
import javax.microedition.lcdui.Image;
public interface CommandUI {
Command getCommand();
void setImage(Image image);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy