ca.sqlpower.architect.olap
Interface CompoundEditListener


public interface CompoundEditListener

Interface for listeners interested in being notified when a compound edit begins or ends.


Method Summary
 void compoundEditEnded(CompoundEditEvent evt)
          Called when a compound edit has ended on an OLAPObject.
 void compoundEditStarted(CompoundEditEvent evt)
          Called when a compound edit has begun on an OLAPObject.
 

Method Detail

compoundEditStarted

void compoundEditStarted(CompoundEditEvent evt)
Called when a compound edit has begun on an OLAPObject. All property change and child events from the source of this event and any of its descendants should be considered part of an atomic change that ends when a #compoundEditEnded(OLAPObject, String) event is received from the same source.

Parameters:
source - the object under which the following series of changes should be considered atomic.
presentationName - The user-visible name for the sequence of edits.

compoundEditEnded

void compoundEditEnded(CompoundEditEvent evt)
Called when a compound edit has ended on an OLAPObject. This method will never be called more times than #compoundEditStarted(OLAPObject, String) has already been called.

Parameters:
source - the object under which the compound edit state has ended.


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