Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Interface ControllerListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ControllerListenerAdapter

public interface ControllerListener
extends java.util.EventListener

Describes non-data-related events a bean user can listen for on the Dataview.


Method Summary
 void componentSelected(ControllerEvent e)
          The component has been selected.
 void componentSelecting(ControllerEvent e)
          The component is about to be selected.
 void componentSized(ControllerEvent e)
          The component has been resized.
 void componentSizing(ControllerEvent e)
          The component is about to be resized.
 void popupTriggered(ControllerEvent e)
          The popup has been triggered for this view.
 void popupTriggering(ControllerEvent e)
          The popup is about to be triggered for this view.

 

Method Detail

componentSizing

public void componentSizing(ControllerEvent e)
The component is about to be resized.
Parameters:
e - the event describing the resize

componentSized

public void componentSized(ControllerEvent e)
The component has been resized.
Parameters:
e - the event describing the resize

componentSelecting

public void componentSelecting(ControllerEvent e)
The component is about to be selected.
Parameters:
e - the event describing the selection

componentSelected

public void componentSelected(ControllerEvent e)
The component has been selected.
Parameters:
e - the event describing the selection

popupTriggering

public void popupTriggering(ControllerEvent e)
The popup is about to be triggered for this view. Note: this implies that, if set, the implementation for the PopupManager will now be called.
Parameters:
e - the event describing the popup

popupTriggered

public void popupTriggered(ControllerEvent e)
The popup has been triggered for this view. Note: this implies that, if set, the implementation for the PopupManager has been called.
Parameters:
e - the event describing the popup

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.