|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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 |
public void onQuit()
public void onVisible(boolean visible)
visible - Visible property valuepublic void onToolBar(boolean toolBar)
toolBar - ToolBar property valuepublic void onMenuBar(boolean menuBar)
menuBar - MenuBar property valuepublic void onStatusBar(boolean statusBar)
statusBar - StatusBar property value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||