com.jniwrapper.win32.ie.event
Interface NewWindowEventHandler

All Known Subinterfaces:
NewWindowEventHandlerExt, NewWindowEventHandlerExt2

public interface NewWindowEventHandler

New window event handler.


Nested Class Summary
static class NewWindowEventHandler.NewWindowAction
          This class describes action to perform when user tries to open link in a new window.
 
Method Summary
 NewWindowEventHandler.NewWindowAction newWindow()
          Called when new window is opening.
 

Method Detail

newWindow

NewWindowEventHandler.NewWindowAction newWindow()
Called when new window is opening. Window opening can be cancelled.

Returns:
object that represents action to perform.