Generated by
JDiff

Interface com.jniwrapper.win32.ie.WebBrowser

Added Methods
void addDisposeListener(DisposeListener) Registers the {@code listener} for the current Browser instance that will receive events when the current Browser instance is disposed.
Set getCookies(URL) Returns cookies that are associated with the specified URL.
DisposeListener[] getDisposeListeners() Returns an array of all registered listeners for the current Browser instance.
void removeDisposeListener(DisposeListener) Removes the {@code listener} so that it will not receive events when the current Browser instance is disposed.
void setCookies(URL, Set) Creates a new cookies for the specified URL using WinINet API.
 

Changed Methods
void waitReady() Change from deprecated to undeprecated.
Causes a current thread to wait for the completion of the current operation in the browser.
void waitReady(long) Change from deprecated to undeprecated.
Causes a current thread to wait for the completion of a current operation in the browser for a specified amount of milliseconds.