ca.sqlpower.architect.olap
Interface OLAPChildListener

All Known Implementing Classes:
OLAPEditSession, SchemaWatcher

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

olapChildAdded

void olapChildAdded(OLAPChildEvent e)
Called just after a new child is added to an OLAPObject.

Parameters:
e - The event describing the addition. The event's source will be the parent object which got the new child.

olapChildRemoved

void olapChildRemoved(OLAPChildEvent e)
Called just after a child is removed from an OLAPObject.

Parameters:
e - The event describing the removal. The event's source will be the parent object which lost the child.


Copyright © 2003-2007 SQL Power Group Inc. www.sqlpower.ca