watij.runtime.ie
Class IE.DWebBrowserEvents2Handler
java.lang.Object
DWebBrowserEvents2Server
watij.runtime.ie.IE.DWebBrowserEvents2Handler
- Enclosing class:
- IE
public static class IE.DWebBrowserEvents2Handler
- extends DWebBrowserEvents2Server
Method Summary |
void |
beforeNavigate2(IDispatch pDisp,
Variant URL,
Variant Flags,
Variant TargetFrameName,
Variant PostData,
Variant Headers,
VariantBool Cancel)
|
void |
navigateComplete2(IDispatch pDisp,
Variant URL)
NavigateComplete2 event handler
args[0] Object that evaluates to the top-level or frame
WebBrowser object corresponding to the navigation. |
void |
newWindow3(IDispatch ppDisp,
VariantBool Cancel,
UInt32 dwFlags,
BStr bstrUrlContext,
BStr bstrUrl)
|
void |
setIeController(IE ie)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IE.DWebBrowserEvents2Handler
public IE.DWebBrowserEvents2Handler(CoClassMetaInfo coClassMetaInfo)
setIeController
public void setIeController(IE ie)
newWindow3
public void newWindow3(IDispatch ppDisp,
VariantBool Cancel,
UInt32 dwFlags,
BStr bstrUrlContext,
BStr bstrUrl)
beforeNavigate2
public void beforeNavigate2(IDispatch pDisp,
Variant URL,
Variant Flags,
Variant TargetFrameName,
Variant PostData,
Variant Headers,
VariantBool Cancel)
navigateComplete2
public void navigateComplete2(IDispatch pDisp,
Variant URL)
- NavigateComplete2 event handler
args[0] Object that evaluates to the top-level or frame
WebBrowser object corresponding to the navigation.
args[1] String that specifies the URL, Universal Naming Convention
(UNC) file name, or pointer to an item identifier list (PIDL)
of the loaded document.