fr.techad.edc.popover.browser.Browser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edc-popover Show documentation
Show all versions of edc-popover Show documentation
Java Popover to display a summary of the documentation published by edc
package fr.techad.edc.popover.browser;
/**
* TECH ADVANTAGE
* All right reserved
* Created by cochon on 19/07/2017.
*/
public interface Browser {
void loadURL(final String url);
void showBrowser(boolean show);
}