ch.odi.justblog.gui.swing.control
Interface UrlBarController

All Known Implementing Classes:
Controller

public interface UrlBarController

Author:
oglueck

Method Summary
 void newUrl(java.lang.String url)
          Called when the user entered a new URL into the address bar.
 

Method Detail

newUrl

public void newUrl(java.lang.String url)
Called when the user entered a new URL into the address bar.

Parameters:
url - The new URL


Copyright © 2005 Ortwin Glück. All Rights Reserved.