com.businessobjects.crystalreports.designer.sdk
Interface ICrystalDocumentChangedListener


public interface ICrystalDocumentChangedListener

This interface defines a listener to ICrystalDocumentChangedEvent events that are fired when the active report changes. Classes that implement the ICrystalReportsEditorPage and the ICrystalDocumentChangedListener interfaces automatically add this listener to the ICrystalReportsEditor when the page is attached to the editor.

See Also:
ICrystalReportsEditor, ICrystalReportsEditorPage, ICrystalDocumentChangedEvent

Method Summary
 void documentChanged(ICrystalDocumentChangedEvent event)
          Handles notification that the active document in the ICrystalReportsEditor has changed.
 

Method Detail

documentChanged

void documentChanged(ICrystalDocumentChangedEvent event)
Handles notification that the active document in the ICrystalReportsEditor has changed.

Parameters:
event - defines the document change