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

net.vectorpublish.desktop.vp.Status Maven / Gradle / Ivy

package net.vectorpublish.desktop.vp;

import net.vectorpublish.desktop.vp.api.ui.UserInterface;

/**
 * The status-bar of the {@link UserInterface}.
 */
public interface Status {
	/**
	 * Set the status of the Status-bar.
	 * 

* There is no garatuee for the time the status is visible. * * @param status * The status text presented to the user, never * null. */ void setStatus(String status); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy