Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


oracle.dss.util.format
Interface BaseViewFormatCallback

All Known Subinterfaces:
ViewFormatCallback
All Known Implementing Classes:
BaseDataAxis, MarkerText, SliceLabel, X1Axis, Y1Axis, Y2Axis

public interface BaseViewFormatCallback
For internal use only. Application developers should not use this
This interface defines a callback used by ViewFormat to notify an implementing class that an attribute or attributes have changed.

Method Summary
 void formatChanged(int attributeId, java.lang.String attributeName, java.lang.Object oldValue, java.lang.Object newValue)
           

 

Method Detail

formatChanged

void formatChanged(int attributeId,
                   java.lang.String attributeName,
                   java.lang.Object oldValue,
                   java.lang.Object newValue)
Parameters:
attributeId - the static constant in ViewFormat that identifies the attribute
attributeName - the name of the attribute that changed
oldValue - the old value of the attribute
newValue - the new value of the attribute
For internal use only. Application developers should not use this
Notification that one or more attributes on the ViewFormat have changed.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.3.0)

E17492-04


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