ca.sqlpower.architect.olap
Class CompoundEditEvent

java.lang.Object
  extended by ca.sqlpower.architect.olap.CompoundEditEvent

public class CompoundEditEvent
extends java.lang.Object


Constructor Summary
CompoundEditEvent(OLAPObject source)
          Creates a new compound edit event from the given source.
CompoundEditEvent(OLAPObject source, java.lang.String presentationName)
          Creates a new compound edit event from the given source with the given presentation name.
 
Method Summary
 java.lang.String getPresentationName()
           
 OLAPObject getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompoundEditEvent

public CompoundEditEvent(OLAPObject source,
                         java.lang.String presentationName)
Creates a new compound edit event from the given source with the given presentation name.

Parameters:
source - The object that fired the event
presentationName - The name for this compound edit

CompoundEditEvent

public CompoundEditEvent(OLAPObject source)
Creates a new compound edit event from the given source. The presentation name will be null.

Parameters:
source - The object that fired the event
Method Detail

getSource

public OLAPObject getSource()

getPresentationName

public java.lang.String getPresentationName()


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