com.jniwrapper.win32.ie.event
Interface HtmlDialogListener


public interface HtmlDialogListener

A listener that allows receiving events when the modal HTML dialog is shown.


Method Summary
 void show(HtmlDialogEvent event)
          Fires when the modal dialog window is shown and its document is loaded completely.
 

Method Detail

show

void show(HtmlDialogEvent event)
Fires when the modal dialog window is shown and its document is loaded completely.

Parameters:
event - The event that contains information about this event.