Skip navigation links

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

E12063-03


oracle.dss.dataView.managers
Interface ViewStyleCallback


public interface ViewStyleCallback

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

 

Method Detail

styleChanged

void styleChanged(int attributeId,
                  java.lang.String attributeName,
                  java.lang.Object oldValue,
                  java.lang.Object newValue)
Parameters:
attributeId - the static constant in ViewStyle 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

Skip navigation links

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

E12063-03


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