|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEApplicationEventListener
The listener interface for receiving Internet Explorer events.
| Method Summary | |
|---|---|
void |
onMenuBar(boolean menuBar)
Fires when the MenuBar property is changed. |
void |
onQuit()
Fires before the Internet Explorer application quits |
void |
onStatusBar(boolean statusBar)
Fires when the StatusBar property is changed. |
void |
onToolBar(boolean toolBar)
Fires when the ToolBar property is changed. |
void |
onVisible(boolean visible)
Fires when the Visible property of the object is changed. |
| Method Detail |
|---|
void onQuit()
void onVisible(boolean visible)
visible - Visible property valuevoid onToolBar(boolean toolBar)
toolBar - ToolBar property valuevoid onMenuBar(boolean menuBar)
menuBar - MenuBar property valuevoid onStatusBar(boolean statusBar)
statusBar - StatusBar property value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||