com.jniwrapper.win32.ie.event
Interface NewWindowEventHandlerExt

All Superinterfaces:
NewWindowEventHandler

public interface NewWindowEventHandlerExt
extends NewWindowEventHandler

The listener interface for receiving new window events with additional information about a new window.


Nested Class Summary
static class NewWindowEventHandlerExt.NewWindowManagerFlags
          This class determines of flags that pertain to a new window.
 
Nested classes/interfaces inherited from interface com.jniwrapper.win32.ie.event.NewWindowEventHandler
NewWindowEventHandler.NewWindowAction
 
Method Summary
 NewWindowEventHandler.NewWindowAction newWindow(java.lang.String urlContext, java.lang.String url, NewWindowEventHandlerExt.NewWindowManagerFlags flags)
          Invoked when new window is opening and provides additional information about the new window.
 
Methods inherited from interface com.jniwrapper.win32.ie.event.NewWindowEventHandler
newWindow
 

Method Detail

newWindow

NewWindowEventHandler.NewWindowAction newWindow(java.lang.String urlContext,
                                                java.lang.String url,
                                                NewWindowEventHandlerExt.NewWindowManagerFlags flags)
Invoked when new window is opening and provides additional information about the new window.

This method can be used instead of the NewWindowEventHandler.newWindow() method.

Parameters:
urlContext - URL of the page opening a new window
url - URL being opened in a new window
flags - flags that pertain to a new window (see constants in NewWindowEventHandlerExt.NewWindowManagerFlags class)
Returns:
object that represents action to perform