Interface InputUrlComponentChangeListener


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

    Modifier and Type
    Method
    Description
    void
    Callback when the URL was modified.
    void
    Callback when a new URL(different from the last selection) is selected.
  • Method Details

    • urlModified

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

      void urlSelected(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.