|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.ie.event.IEApplicationEventAdapter
public abstract class IEApplicationEventAdapter
An abstract adapter class for receiving Internet Explorer events.
Constructor Summary | |
---|---|
IEApplicationEventAdapter()
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IEApplicationEventAdapter()
Method Detail |
---|
public void onQuit()
IEApplicationEventListener
onQuit
in interface IEApplicationEventListener
public void onVisible(boolean visible)
IEApplicationEventListener
onVisible
in interface IEApplicationEventListener
visible
- Visible property valuepublic void onToolBar(boolean toolBar)
IEApplicationEventListener
onToolBar
in interface IEApplicationEventListener
toolBar
- ToolBar property valuepublic void onMenuBar(boolean menuBar)
IEApplicationEventListener
onMenuBar
in interface IEApplicationEventListener
menuBar
- MenuBar property valuepublic void onStatusBar(boolean statusBar)
IEApplicationEventListener
onStatusBar
in interface IEApplicationEventListener
statusBar
- StatusBar property value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |