|
JDIC API V2006 Release 0308 | |||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
public interface WebBrowserListener
The listener interface for receiving WebBrowser events. The class that is
interested in processing a WebBrowser event implements this interface or
inherits the WebBrowserAdapter
abstract class.
The object created with that class is registered with a
WebBrowser
component, using the addWebBrowserListener
method. When the WebBrowser event occurs, that object's corresponding method
is invoked.
WebBrowserEvent
,
WebBrowser
方法摘要 | |
---|---|
void |
documentCompleted(WebBrowserEvent event)
Invoked when the document loading has been completed. |
void |
downloadCompleted(WebBrowserEvent event)
Invoked when a download operation finishes, is halted, or fails. |
void |
downloadError(WebBrowserEvent event)
Invoked when an error occurs during a download operation. |
void |
downloadProgress(WebBrowserEvent event)
Invoked when the progress of a download operation is updated. |
void |
downloadStarted(WebBrowserEvent event)
Invoked when a download operation is beginning. |
void |
initializationCompleted(WebBrowserEvent event)
Invoked when the initialization is completed. |
void |
statusTextChange(WebBrowserEvent event)
Invoked when the status bar text is changed. |
void |
titleChange(WebBrowserEvent event)
Invoked when the title of a document is changed. |
方法详细信息 |
---|
void initializationCompleted(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void downloadStarted(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void downloadCompleted(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void downloadProgress(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void downloadError(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void documentCompleted(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void titleChange(WebBrowserEvent event)
event
- the WebBrowserEvent fired.void statusTextChange(WebBrowserEvent event)
event
- the WebBrowserEvent fired.
|
JDIC API V2006 Release 0308 | |||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造函数 | 方法 | 详细信息: 字段 | 构造函数 | 方法 |
That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, working code examples, license terms and bug report information.
Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.