com.mmoui.manager.services
Interface BrowserPopupCreator


public interface BrowserPopupCreator

Defines an interface which can be used to create popup windows to handle clicked links. This allows modules to be OS-independent by abstracting the implementation of popup creation.

Version:
$Id: BrowserPopupCreator.java 122 2009-02-16 07:20:20Z mpdelbuono $
Author:
Matthew P. Del Buono

Method Summary
 void createPopUp(java.net.URL url)
          Creates a new popup window directed at the specified URL.
 

Method Detail

createPopUp

void createPopUp(java.net.URL url)
Creates a new popup window directed at the specified URL.

Parameters:
url - the URL at which the page should be located, or null to use the default URL (just create a new popup window).