Uses of Interface
com.jniwrapper.win32.ie.event.HtmlDialogListener

Packages that use HtmlDialogListener
com.jniwrapper.win32.ie Contains the basic classes and interfaces. 
 

Uses of HtmlDialogListener in com.jniwrapper.win32.ie
 

Methods in com.jniwrapper.win32.ie that return HtmlDialogListener
 HtmlDialogListener HeadlessBrowser.getHtmlDialogListener()
          Returns the current HTML Dialog listener or null if it's not registered.
 HtmlDialogListener Browser.getHtmlDialogListener()
          Returns the current HTML Dialog listener or null if it's not registered.
 

Methods in com.jniwrapper.win32.ie with parameters of type HtmlDialogListener
 void HeadlessBrowser.setHtmlDialogListener(HtmlDialogListener listener)
          Sets the specified HTML Dialog listener that allows receiving event when the HTML Dialog is shown and its document is loaded completely.
 void Browser.setHtmlDialogListener(HtmlDialogListener listener)
          Sets the specified HTML Dialog listener that allows receiving event when the HTML Dialog is shown and its document is loaded completely.