Top Description Methods
sun.awt

public Interface ModalityListener

Known Direct Implementers
sun.awt.SunToolkit.ModalityListenerList, sun.awt.X11.XEmbedCanvasPeer

Listener interface so Java Plug-in can be notified of changes in AWT modality

Method Summary

Modifier and TypeMethod and Description
public void
modalityPopped(ModalityEvent ev)

Called by AWT when it exits a level of modality

public void
modalityPushed(ModalityEvent ev)

Called by AWT when it enters a new level of modality

Method Detail

modalityPoppedback to summary
public void modalityPopped(ModalityEvent ev)

Called by AWT when it exits a level of modality

modalityPushedback to summary
public void modalityPushed(ModalityEvent ev)

Called by AWT when it enters a new level of modality