Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.ide.view
Interface ViewSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AbstractPinnable, ExplorerWindow, InspectorWindow

public interface ViewSelectionListener
extends java.util.EventListener

The ViewSelectionListener interface should be implemented by extensions that need to track the selection changes of a view.


Method Summary
 void viewSelectionChanged(ViewSelectionEvent e)
          This method is called every time the selection changes in a view.
 

Method Detail

viewSelectionChanged

void viewSelectionChanged(ViewSelectionEvent e)
This method is called every time the selection changes in a view. The ViewSelectionEvent object has detailed information of the objects selected in the view.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

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