Microsoft SDK for Java

DWebBrowserEventsEventListener Interface Methods

The DWebBrowserEventsEventListener interface has the following methods:

BeforeNavigate fires before a navigation occurs in the given WebBrowser control (on either a window or frame set element).

CommandStateChange notifies an application that the enabled state of a WebBrowser command has changed.

DownloadBegin notifies an application that a navigation operation is beginning.

DownloadComplete occurs when a navigation operation finishes, is halted, or fails.

FrameBeforeNavigate is fired when a new hyperlink is being navigated to in a frame.

FrameNavigateComplete is fired when a new hyperlink is being navigated to in a frame.

FrameNewWindow is fired when a new window should be created.

NavigateComplete fires after a navigation to a hyperlink is completed (on either a window or frame set element).

NewWindow occurs when a new window is to be created for displaying a resource.

ProgressChange notifies an application that the progress of a download operation has been updated.

PropertyChange notifies an application that the PutProperty method has changed the value of a property.

Quit notifies an application that the Internet Explorer application is ready to quit.

StatusTextChange notifies an application that the text of the status bar associated with the WebBrowser control has changed.

TitleChange notifies an application if the title of a document in the WebBrowser control becomes available or changes.

WindowActivate is fired when a window has been activated.

WindowMove is fired when a window has been moved.

WindowResize is fired when a window has been sized.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.