com.businessobjects.crystalreports.designer.sdk
Interface IEditorOpenedListener


public interface IEditorOpenedListener

This interface defines a listener that is invoked when the Crystal Reports editor is opened. This interface is typically used to initialize the Crystal Reports editor, add listeners, and populate the report with custom data. This interface works in conjunction with the com.businessobjects.crystalreports.designer.sdk.editorOpened extension point.

See Also:
IEditorClosedListener

Method Summary
 void editorOpened(ICrystalReportsEditor editor)
          Notification that an ICrystalReportsEditor has been loaded and is associated with an IReportClientDocument object.
 

Method Detail

editorOpened

void editorOpened(ICrystalReportsEditor editor)
Notification that an ICrystalReportsEditor has been loaded and is associated with an IReportClientDocument object. The editor has an active page when this method is called.

Parameters:
editor - the editor that was opened