package net.avh4.platform; public interface UI { /** * Open a web browser showing the page specified by {@code url}. */ public void browseUrl(String url); }