Generated by
JDiff

Class com.jniwrapper.win32.ie.IEAutomation

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)  
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)  
 

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.