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

E12063-04

oracle.dss.util.format
Interface BaseViewFormatCallback

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

public interface BaseViewFormatCallback


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

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

E12063-04

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