|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
org.mozilla.webclient.WebclientEvent
org.mozilla.webclient.DocumentLoadEvent
public class DocumentLoadEvent
Event class for the DocumentLoadListener interface.
| Field Summary | |
|---|---|
static long |
END_AJAX_EVENT_MASK
This event indicates the current fetch is an Ajax transaction in that has completed. |
static long |
END_DOCUMENT_LOAD_EVENT_MASK
The type of the event to indicate the end of a
document load. |
static long |
END_URL_LOAD_EVENT_MASK
If the current document is a compound document, this event will be generated, indicating the end of a URL load within a document load for that compound document. |
static long |
ERROR_AJAX_EVENT_MASK
This event indicates the current fetch is an Ajax transaction in an error state. |
static long |
FETCH_INTERRUPT_EVENT_MASK
This event indicates the current fetch was interrupted. |
static long |
PROGRESS_URL_LOAD_EVENT_MASK
This event indicates a progress message from the browser. |
static long |
START_AJAX_EVENT_MASK
This event indicates the current fetch is the start of an Ajax transaction. |
static long |
START_DOCUMENT_LOAD_EVENT_MASK
The type of the event to indicate the start of a
document load. |
static long |
START_URL_LOAD_EVENT_MASK
If the current document is a compound document, this event will be generated, indicating the start of a URL load within a document load for that compound document. |
static long |
STATUS_URL_LOAD_EVENT_MASK
This event indicates a status message from the browser. |
static long |
UNKNOWN_CONTENT_EVENT_MASK
This event indicates the browser encountered an unknown content that it does not know how to display. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
DocumentLoadEvent(java.lang.Object source,
long newType,
java.lang.Object newEventData)
Create a new DocumentLoadListener instance. |
|
| Method Summary |
|---|
| Methods inherited from class org.mozilla.webclient.WebclientEvent |
|---|
getEventData, getType |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long START_DOCUMENT_LOAD_EVENT_MASK
The type of the event to indicate the start of a
document load.
public static final long END_DOCUMENT_LOAD_EVENT_MASK
The type of the event to indicate the end of a
document load.
public static final long START_URL_LOAD_EVENT_MASK
If the current document is a compound document, this event will be generated, indicating the start of a URL load within a document load for that compound document.
public static final long END_URL_LOAD_EVENT_MASK
If the current document is a compound document, this event will be generated, indicating the end of a URL load within a document load for that compound document.
public static final long PROGRESS_URL_LOAD_EVENT_MASK
This event indicates a progress message from the browser.
public static final long STATUS_URL_LOAD_EVENT_MASK
This event indicates a status message from the browser. For example, "completed."
public static final long UNKNOWN_CONTENT_EVENT_MASK
This event indicates the browser encountered an unknown content that it does not know how to display.
public static final long FETCH_INTERRUPT_EVENT_MASK
This event indicates the current fetch was interrupted.
public static final long START_AJAX_EVENT_MASK
This event indicates the current fetch is the start of an Ajax transaction.
public static final long ERROR_AJAX_EVENT_MASK
This event indicates the current fetch is an Ajax transaction in an error state.
public static final long END_AJAX_EVENT_MASK
This event indicates the current fetch is an Ajax transaction in that has completed.
| Constructor Detail |
|---|
public DocumentLoadEvent(java.lang.Object source,
long newType,
java.lang.Object newEventData)
Create a new DocumentLoadListener instance.
source - the source of the event, passed to
super. This will be the EventRegistration
instance for this BrowserControl.newType - the eventType. Depends on the WebclientEventListener sub-interface.newEventData - the eventType. Depends on the WebclientEventListener sub-interface.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||