Extension SDK

oracle.ide.addin
Class ViewAdapter

java.lang.Object
  |
  +--oracle.ide.addin.ViewAdapter
All Implemented Interfaces:
ViewListener

public class ViewAdapter
extends java.lang.Object
implements ViewListener


Constructor Summary
ViewAdapter()
           
 
Method Summary
 void viewActivated(ViewEvent e)
           
 void viewClosed(ViewEvent e)
           
 void viewDeactivated(ViewEvent e)
           
 
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)
Specified by:
viewActivated in interface ViewListener

viewDeactivated

public void viewDeactivated(ViewEvent e)
Specified by:
viewDeactivated in interface ViewListener

viewClosed

public void viewClosed(ViewEvent e)
Specified by:
viewClosed in interface ViewListener

Extension SDK