com.teamdev.jxbrowser.event
Class LocationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.teamdev.jxbrowser.event.WebBrowserEvent
          extended by com.teamdev.jxbrowser.event.RequestEvent
              extended by com.teamdev.jxbrowser.event.LocationEvent
All Implemented Interfaces:
java.io.Serializable

public class LocationEvent
extends RequestEvent

See Also:
Serialized Form

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

LocationEvent

public LocationEvent(WebBrowser source,
                     org.mozilla.interfaces.nsIWebProgress webProgress,
                     org.mozilla.interfaces.nsIRequest request,
                     org.mozilla.interfaces.nsIURI location)
Method Detail

getLocation

public java.lang.String getLocation()
Returns the URI of the location that is being loaded

Returns:
URI of the location that is being loaded

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject