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

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

There is a newer version: 0.0.9
Show newest version
package com.g2forge.gearbox.browser;

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

public interface IBrowsable {
	public IBrowser getBrowser();

	public IOperationBuilder operation();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy