|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OLAPChildListener
Interface for classes that want to know when the list of children of an OLAPObject is modified.
| Method Summary | |
|---|---|
void |
olapChildAdded(OLAPChildEvent e)
Called just after a new child is added to an OLAPObject. |
void |
olapChildRemoved(OLAPChildEvent e)
Called just after a child is removed from an OLAPObject. |
| Method Detail |
|---|
void olapChildAdded(OLAPChildEvent e)
e - The event describing the addition. The event's source will be
the parent object which got the new child.void olapChildRemoved(OLAPChildEvent e)
e - The event describing the removal. The event's source will be
the parent object which lost the child.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||