chrriis.dj.nativeswing.swtimpl.components
Class WebBrowserNavigationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent
          extended by chrriis.dj.nativeswing.swtimpl.components.WebBrowserNavigationEvent
All Implemented Interfaces:
Serializable

public class WebBrowserNavigationEvent
extends WebBrowserEvent

Author:
Christopher Deckers
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WebBrowserNavigationEvent(JWebBrowser webBrowser, String newResourceLocation, boolean isTopFrame)
           
 
Method Summary
 void consume()
           
 String getNewResourceLocation()
           
 boolean isConsumed()
           
 boolean isTopFrame()
           
 
Methods inherited from class chrriis.dj.nativeswing.swtimpl.components.WebBrowserEvent
getWebBrowser
 
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
 

Constructor Detail

WebBrowserNavigationEvent

public WebBrowserNavigationEvent(JWebBrowser webBrowser,
                                 String newResourceLocation,
                                 boolean isTopFrame)
Method Detail

getNewResourceLocation

public String getNewResourceLocation()

isTopFrame

public boolean isTopFrame()

consume

public void consume()

isConsumed

public boolean isConsumed()