All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.java.accessibility.TopLevelWindowListener

public interface TopLevelWindowListener
extends EventListener
TopLevelWindowListener.java

NOTE: This is a preliminary draft. The methods and name may change in future beta releases.


Method Index

 o topLevelWindowCreated(Window)
Invoked when a new top level window has been created.
 o topLevelWindowDestroyed(Window)
Invoked when a top level window has been destroyed.

Methods

 o topLevelWindowCreated
 public abstract void topLevelWindowCreated(Window w)
Invoked when a new top level window has been created.

 o topLevelWindowDestroyed
 public abstract void topLevelWindowDestroyed(Window w)
Invoked when a top level window has been destroyed.


All Packages  Class Hierarchy  This Package  Previous  Next  Index