Skip navigation links

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

E17492-03


oracle.dss.dataView.managers
Interface ViewStyleCallback


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

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
For internal use only. Application developers should not use this
Notification that one or more attributes on the ViewStyle have changed.

Skip navigation links

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

E17492-03


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