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


oracle.dss.dataView
Class ControllerListenerAdapter

java.lang.Object
  |
  +--oracle.dss.dataView.ControllerListenerAdapter
All Implemented Interfaces:
ControllerListener, java.util.EventListener

public class ControllerListenerAdapter
extends java.lang.Object
implements ControllerListener

Adapter class for the ControllerListener interface.


Constructor Summary
ControllerListenerAdapter()
           

 

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.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ControllerListenerAdapter

public ControllerListenerAdapter()
Method Detail

componentSizing

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

componentSized

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

componentSelecting

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

componentSelected

public void componentSelected(ControllerEvent e)
The component has been selected.
Specified by:
componentSelected in interface ControllerListener
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.
Specified by:
popupTriggering in interface ControllerListener
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.
Specified by:
popupTriggered in interface ControllerListener
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.