|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.teamdev.jxbrowser.event.WebBrowserEvent
com.teamdev.jxbrowser.event.RequestEvent
com.teamdev.jxbrowser.event.LocationEvent
public class LocationEvent
Field Summary |
---|
Fields inherited from class com.teamdev.jxbrowser.event.RequestEvent |
---|
_request |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
LocationEvent(WebBrowser source,
org.mozilla.interfaces.nsIWebProgress webProgress,
org.mozilla.interfaces.nsIRequest request,
org.mozilla.interfaces.nsIURI location)
|
Method Summary | |
---|---|
java.lang.String |
getLocation()
Returns the URI of the location that is being loaded |
java.lang.String |
toString()
|
Methods inherited from class com.teamdev.jxbrowser.event.RequestEvent |
---|
getRequestUrlName, isLoadBackground, isLoadByPassCache, isLoadFromCache, isLoadingDocument, isLoadInhibitCaching, isLoadInhibitPersistenCaching, isLoadNormal, isRequestPending |
Methods inherited from class com.teamdev.jxbrowser.event.WebBrowserEvent |
---|
getWebBrowser |
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 |
Constructor Detail |
---|
public LocationEvent(WebBrowser source, org.mozilla.interfaces.nsIWebProgress webProgress, org.mozilla.interfaces.nsIRequest request, org.mozilla.interfaces.nsIURI location)
Method Detail |
---|
public java.lang.String getLocation()
public java.lang.String toString()
toString
in class java.util.EventObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |