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.
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 windowurl
- URL being opened in a new windowflags
- flags that pertain to a new window (see constants in NewWindowEventHandlerExt.NewWindowManagerFlags
class)
- Returns:
- object that represents action to perform