Package mondrian.rolap
Interface RolapNative.Listener
-
- All Known Implementing Classes:
BatchTestCase.TestListener
- Enclosing class:
- RolapNative
static interface RolapNative.Listener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
executingSql(RolapNative.TupleEvent e)
void
foundEvaluator(RolapNative.NativeEvent e)
void
foundInCache(RolapNative.TupleEvent e)
-
-
-
Method Detail
-
foundEvaluator
void foundEvaluator(RolapNative.NativeEvent e)
-
foundInCache
void foundInCache(RolapNative.TupleEvent e)
-
executingSql
void executingSql(RolapNative.TupleEvent e)
-
-