@Deprecated public interface DataSourceChangeListener
 Jdbc=jdbc:odbc:MondrianFoodMart; JdbcUser=ziggy; JdbcPassword=stardust;
 DataSourceChangeListener=com.acme.MyChangeListener;
 
 This class should be called in mondrian before any data is read, so
 even before cache is build.  This way, the plugin is able to register
 the first timestamp mondrian tries to read the datasource.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isAggregationChanged(AggregationKey aggregation)
Deprecated.  
Checks if the given aggregation has changed since the previous
 time this function was called. 
 | 
boolean | 
isHierarchyChanged(RolapHierarchy hierarchy)
Deprecated.  
Checks if the given hierarchy has changed since the previous
 time this function was called. 
 | 
boolean isHierarchyChanged(RolapHierarchy hierarchy)
boolean isAggregationChanged(AggregationKey aggregation)