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