Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

oracle.dss.dataView
Class ViewFocusListenerAdapter

java.lang.Object
  extended by oracle.dss.dataView.ViewFocusListenerAdapter
All Implemented Interfaces:
java.util.EventListener, ViewFocusListener

public class ViewFocusListenerAdapter
extends java.lang.Object
implements ViewFocusListener

Adapter class for the ViewFocusListener interface.


Constructor Summary
ViewFocusListenerAdapter()
           
 
Method Summary
 void focusGained(ViewFocusEvent e)
          Invoked when a component gains the keyboard focus.
 void focusLost(ViewFocusEvent e)
          Invoked when a component loses the keyboard focus.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewFocusListenerAdapter

public ViewFocusListenerAdapter()
Method Detail

focusGained

public void focusGained(ViewFocusEvent e)
Invoked when a component gains the keyboard focus.

Specified by:
focusGained in interface ViewFocusListener

focusLost

public void focusLost(ViewFocusEvent e)
Invoked when a component loses the keyboard focus.

Specified by:
focusLost in interface ViewFocusListener

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.6.0)

E12063-07

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