Interface InputUrlComponentChangeListener
@API(type=EXTENDABLE,
src=PUBLIC)
public interface InputUrlComponentChangeListener
Notifies changes in
InputUrlComponentProvider components.- Since:
- 23.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback when the URL was modified.voidurlSelected(URL url) Callback when a new URL(different from the last selection) is selected.
-
Method Details
-
urlModified
void urlModified()Callback when the URL was modified. -
urlSelected
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.
-