|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.rim.device.api.browser.field.Event
net.rim.device.api.browser.field.ContentReadEvent
public final class ContentReadEvent
Event indicating the progress of loading the content.
Field Summary |
---|
Fields inherited from class net.rim.device.api.browser.field.Event |
---|
EVENT_BROWSER_CONTENT_CHANGED, EVENT_CANCEL_REQUEST_RESOURCE, EVENT_CLOSE, EVENT_ERROR_DISPLAY, EVENT_EXECUTING_SCRIPT, EVENT_FULL_WINDOW, EVENT_HISTORY, EVENT_LONG_RUNNING_SCRIPT, EVENT_REDIRECT, EVENT_SET_HEADER, EVENT_SET_HTTP_COOKIE, EVENT_STOP, EVENT_TICK_CONTENT_READ, EVENT_UI_DIRECTION_REQUEST, EVENT_URL_REQUESTED, PUBLIC_EVENT_THRESHOLD |
Constructor Summary | ||
---|---|---|
|
ContentReadEvent(Object src)
Creates a new event for indicating the progress of loading. |
Method Summary | ||
---|---|---|
|
int |
getItemsRead()
Returns the items read so far. |
|
int |
getItemsToRead()
Returns the expected number of items to be read. |
|
boolean |
getItemsToReadInBytes()
Gets whether the items to read are in bytes. |
|
void |
setItemsRead(int amountRead)
Sets the items read so far. |
|
void |
setItemsToRead(int amountToRead)
Sets the number of items expected to be read. |
|
void |
setItemsToReadInBytes(boolean value)
Sets whether the items to read are in bytes. |
Methods inherited from class net.rim.device.api.browser.field.Event |
---|
getSource, getSourceURL, getUID, resolveUrl |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ContentReadEvent(Object src)
src
- Source that triggered this event (typically a
BrowserContent
object or an HttpConnection
).Method Detail |
---|
public int getItemsRead()
public void setItemsRead(int amountRead)
amountRead
- The value to be set.public int getItemsToRead()
public void setItemsToRead(int amountToRead)
amountToRead
- The value to be set.public void setItemsToReadInBytes(boolean value)
value
- If items to read is in bytes.public boolean getItemsToReadInBytes()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.