|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DisposeListener | |
|---|---|
| com.jniwrapper.win32.ie | Contains the basic classes and interfaces. |
| Uses of DisposeListener in com.jniwrapper.win32.ie |
|---|
| Methods in com.jniwrapper.win32.ie that return DisposeListener | |
|---|---|
DisposeListener[] |
WebBrowser.getDisposeListeners()
Returns an array of all registered listeners for the current Browser instance. |
DisposeListener[] |
IEAutomation.getDisposeListeners()
Returns an array of all registered listeners for the current Browser instance. |
DisposeListener[] |
HeadlessBrowser.getDisposeListeners()
Returns an array of all registered listeners for the current Browser instance. |
DisposeListener[] |
FrameBrowserSupport.getDisposeListeners()
This methd always throw UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet. |
DisposeListener[] |
Browser.getDisposeListeners()
Returns an array of all registered listeners for the current Browser instance. |
| Methods in com.jniwrapper.win32.ie with parameters of type DisposeListener | |
|---|---|
void |
WebBrowser.addDisposeListener(DisposeListener listener)
Registers the listener for the current Browser instance
that will receive events when the current Browser instance
is disposed. |
void |
IEAutomation.addDisposeListener(DisposeListener listener)
Registers the listener for the current Browser instance
that will receive events when the current Browser instance
is disposed. |
void |
HeadlessBrowser.addDisposeListener(DisposeListener listener)
Registers the listener for the current Browser instance
that will receive events when the current Browser instance
is disposed. |
void |
FrameBrowserSupport.addDisposeListener(DisposeListener listener)
This methd always throw UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet. |
void |
Browser.addDisposeListener(DisposeListener listener)
Registers the listener for the current Browser instance
that will receive events when the current Browser instance
is disposed. |
void |
WebBrowser.removeDisposeListener(DisposeListener listener)
Removes the listener so that it will not receive events
when the current Browser instance is disposed. |
void |
IEAutomation.removeDisposeListener(DisposeListener listener)
Removes the listener so that it will not receive events
when the current Browser instance is disposed. |
void |
HeadlessBrowser.removeDisposeListener(DisposeListener listener)
Removes the listener so that it will not receive events
when the current Browser instance is disposed. |
void |
FrameBrowserSupport.removeDisposeListener(DisposeListener listener)
This methd always throw UnsupportedOperationException
error because the FrameImpl implementation doesn't
support this functionality yet. |
void |
Browser.removeDisposeListener(DisposeListener listener)
Removes the listener so that it will not receive events
when the current Browser instance is disposed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||