Interface InputUrlComponentChangeListener


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public interface InputUrlComponentChangeListener
    Notifies changes in InputUrlComponentProvider components.
    Since:
    23.0
    • Method Detail

      • urlModified

        void urlModified()
        Callback when the URL was modified.
      • urlSelected

        void urlSelected​(java.net.URL url)
        Callback when a new URL(different from the last selection) is selected.
        Parameters:
        url - The url, or null if it is not a valid url.