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

com.g2forge.gearbox.browser.IAlert Maven / Gradle / Ivy

package com.g2forge.gearbox.browser;

public interface IAlert {
	public void accept();

	public void dismiss();

	public String getText();

	public IAlert send(String text);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy