EventListener
public interface TopLevelWindowListener extends EventListener
TopLevelWindowListener
interface is used by the EventQueueMonitor
class to notify an interested party when a top level window is created
or destroyed in the Java Virtual Machine. Classes wishing to express
an interest in top level window events should implement this interface
and register themselves with the EventQueueMonitor
by calling the
EventQueueMonitor.addTopLevelWindowListener
class method.Modifier and Type | Method | Description |
---|---|---|
void |
topLevelWindowCreated(Window w) |
Invoked when a new top level window has been created.
|
void |
topLevelWindowDestroyed(Window w) |
Invoked when a top level window has been destroyed.
|
void topLevelWindowCreated(Window w)
w
- the Window that was createdvoid topLevelWindowDestroyed(Window w)
w
- the Window that was destroyed Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2002, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b153-1