oracle.ide.addin
Interface ViewSelectionListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- AbstractCanvas, AbstractPinnable, IdeViewHandler
- 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.
viewSelectionChanged
public 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.
Copyright © 1997, 2004, Oracle. All rights reserved.