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

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

package com.g2forge.gearbox.browser;

import com.g2forge.gearbox.browser.operation.IOperationBuilder;

public interface IBrowsable {
	public IBrowser getBrowser();

	public IOperationBuilder operation();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy