Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.0.0)

E17487-01

oracle.jbo.jbotester
Class WindowShownListener

java.lang.Object
  extended by java.awt.event.ComponentAdapter
      extended by oracle.jbo.jbotester.WindowShownListener
All Implemented Interfaces:
java.awt.event.ComponentListener, java.util.EventListener

public class WindowShownListener
extends java.awt.event.ComponentAdapter

A listener for the initial window(s). This listener will force the window to the top, so the user sees it. On Windows, if the user clicks on another window during the startup time, the initial window may not be shown on top.

Since:
11.1.2
Version:
$Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/jbotester/WindowShownListener.java /main/1 2009/12/03 07:16:14 rvangri Exp $

Constructor Summary
WindowShownListener()
           
 
Method Summary
 void componentShown(java.awt.event.ComponentEvent evt)
           
 
Methods inherited from class java.awt.event.ComponentAdapter
componentHidden, componentMoved, componentResized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowShownListener

public WindowShownListener()
Method Detail

componentShown

public void componentShown(java.awt.event.ComponentEvent evt)
Specified by:
componentShown in interface java.awt.event.ComponentListener
Overrides:
componentShown in class java.awt.event.ComponentAdapter

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.0.0)

E17487-01

Copyright © 1997, 2011, Oracle. All rights reserved.