GWT Tk 0.2.3

asquare.gwt.tk.client.ui
Interface URLListener


public interface URLListener

Implement if you wish to be notified of events in a UrlLocation widget.


Method Summary
 void urlEntered(UrlLocation source)
          Called when a url has been submitted in the UrlLocation.
 

Method Detail

urlEntered

void urlEntered(UrlLocation source)
Called when a url has been submitted in the UrlLocation. This does not necessarily indicate a change in the url value has (e.g. the user presses Enter, waits and presses Enter in the field again because connection is too slow).

Parameters:
source - the UrlLocation

GWT Tk 0.2.3

© 2007 Mat Gessel