Package com.jniwrapper.win32.ie.event

Contains classes for listening events from browser.

See:
          Description

Interface Summary
AuthenticationHandler Handler of authenticate event from the browser object.
BrowserWindowListener The listener interface for receiving browser window events.
DialogEventHandler The listener interface for receiving show dialog events.
DisposeListener The listener interface for receiving events when Browser instance is disposed.
HtmlDialogListener A listener that allows receiving events when the modal HTML dialog is shown.
HttpSecurityHandler Represents a security handler that allows processing any security problems such as Invalid Certificate error, Invalid Certificate Name, Invalid Certificate Date, Moving from a non-SSL to an SSL connection because of a redirect or The redirection requires user confirmation problems.
IEApplicationEventListener The listener interface for receiving Internet Explorer events.
NavigationEventListener The listener interface for receiving event notifications from a WebBrowser control or from the Microsoft Internet Explorer application.
NewWindowEventHandler New window event handler.
NewWindowEventHandlerExt The listener interface for receiving new window events with additional information about a new window.
NewWindowEventHandlerExt2 Exposes a method that determines whether a window that is launched by another window should be displayed or blocked, allowing control of pop-up windows.
NewWindowEventListener New window event listener.
ScriptErrorListener The listener interface for receiving script error events.
StatusEventListener The listener interface for receiving status change events.
WebBrowserEventsHandler Handler of events from the browser object.
 

Class Summary
BaseEventListenerServer Base class for event support implementation.
BrowserDialogEventHandler Implementation of dialog event handler that displays system message box.
BrowserWindowAdapter An abstract adapter class for receiving browser window events.
BrowserWindowEvent Contains information about browser window event.
DefaultWebBrowserEventsHandler This class provides basic implementation of WebBrowserEventHandler.
DisposeEvent Event object for the Browser dispose event.
HeadlessBrowserDialogEventHandler Implementation of dialog event handler of automated testing: suppresses Internet Explorer dialogs.
HtmlDialogEvent Represents an event which indicates that the HTML Dialog is opened and its document is loaded completely and available.
HttpSecurityAction Represents a set of possible return values for the HttpSecurityHandler.onSecurityProblem(SecurityProblem) event.
IEApplicationEventAdapter An abstract adapter class for receiving Internet Explorer events.
NavigationEventAdapter An abstract adapter class for receiving navigation events.
NewWindowEventHandler.NewWindowAction This class describes action to perform when user tries to open link in a new window.
NewWindowEventHandlerExt.NewWindowManagerFlags This class determines of flags that pertain to a new window.
ScriptErrorEvent This class represents script error in the HTML document.
SecurityProblem Provides information about a security problem.
StatusCode This class represents HTTP response code.
StatusEventAdapter An abstract adapter class for receiving status events.
StatusEventListener.DataEncryptionLevel This object specifies level of encryption for data transferred by browser.
 

Package com.jniwrapper.win32.ie.event Description

Contains classes for listening events from browser.