Interface UrlHandler


  • public interface UrlHandler
    Defines behaviour when a URL is clicked. Typically it might launch a browser or something.
    Since:
    7 May 2015
    Author:
    Mark Taylor
    • Method Detail

      • clickUrl

        void clickUrl​(java.net.URL url)
        Accept a URL that a user has clicked on.
        Parameters:
        url - URL