All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.microemu.device.ui.AlertUI Maven / Gradle / Ivy

The newest version!
package org.microemu.device.ui;

public interface AlertUI extends DisplayableUI {

	void setString(String str);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy