Extension SDK

oracle.ide.addin
Interface ActiveViewListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
CompilerPage, Ide

public interface ActiveViewListener
extends java.util.EventListener

The ActiveViewListener interface should be implemented by extensions that need to know when views in the IDE change their active status.


Method Summary
 void activeViewChanged(ActiveViewEvent e)
          This method is called every time a view becomes the active view.
 

Method Detail

activeViewChanged

public void activeViewChanged(ActiveViewEvent e)
This method is called every time a view becomes the active view. The ActiveViewEvent will have information about the view that is becoming active and the view that became inactive.


Extension SDK

 

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