Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.ide.view
Class ViewAdapter

java.lang.Object
  extended by oracle.ide.view.ViewAdapter

All Implemented Interfaces:
java.util.EventListener, ViewListener
Direct Known Subclasses:
AbstractFactory

public class ViewAdapter
extends java.lang.Object
implements ViewListener

Defaul ViewListener implementations. Extend this class if you only one to implement some of the ViewListener methods.


Constructor Summary
ViewAdapter()
           

 

Method Summary
 void viewActivated(ViewEvent e)
          Called when the view is activated.
 void viewClosed(ViewEvent e)
          Called when the view is closed.
 void viewDeactivated(ViewEvent e)
          Called when the view is deactivated.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ViewAdapter

public ViewAdapter()

Method Detail

viewActivated

public void viewActivated(ViewEvent e)
Description copied from interface: ViewListener
Called when the view is activated. The ViewEvent provides information about the view activated.
Specified by:
viewActivated in interface ViewListener

viewDeactivated

public void viewDeactivated(ViewEvent e)
Description copied from interface: ViewListener
Called when the view is deactivated. The ViewEvent provides information about the view activated.
Specified by:
viewDeactivated in interface ViewListener

viewClosed

public void viewClosed(ViewEvent e)
Description copied from interface: ViewListener
Called when the view is closed. The ViewEvent provides information about the view activated.
Specified by:
viewClosed in interface ViewListener

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


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