org.lobobrowser.ua
Class NavigatorProgressEvent
java.lang.Object
java.util.EventObject
org.lobobrowser.ua.NavigatorEvent
org.lobobrowser.ua.NavigatorProgressEvent
- All Implemented Interfaces:
- java.io.Serializable
public class NavigatorProgressEvent
- extends NavigatorEvent
An event containing response progress information.
- See Also:
NavigatorWindowListener.progressUpdated(NavigatorProgressEvent),
Serialized Form
| Fields inherited from class java.util.EventObject |
source |
| Methods inherited from class java.util.EventObject |
getSource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NavigatorProgressEvent
public NavigatorProgressEvent(java.lang.Object source,
NavigatorFrame clientletFrame,
ProgressType progressType,
java.net.URL url,
java.lang.String method,
int value,
int max)
getMethod
public java.lang.String getMethod()
getProgressType
public ProgressType getProgressType()
getUrl
public java.net.URL getUrl()
getCurrentValue
public int getCurrentValue()
getMaxValue
public int getMaxValue()
Copyright © 2005, 2006, 2007 The Lobo Project. All Rights Reserved.
[Lobo Home]