Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.dss.dataView
Class ControllerListenerAdapter

java.lang.Object
  extended by oracle.dss.dataView.ControllerListenerAdapter
All Implemented Interfaces:
java.util.EventListener, ControllerListener

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
clone, equals, finalize, 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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

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