com.businessobjects.crystalreports.designer.sdk
Interface IEditorClosedListener


public interface IEditorClosedListener

This interface defines a listener that is invoked when the Crystal Reports editor is closed. Use the addClosedListener method to add this listener to the editor.

See Also:
IEditorOpenedListener

Method Summary
 void editorClosed(ICrystalReportsEditor editor)
          Performs cleanup when the editor is closed.
 

Method Detail

editorClosed

void editorClosed(ICrystalReportsEditor editor)
Performs cleanup when the editor is closed. This method is invoked when a ICrystalReportsEditor object has been disposed of or has been closed.

Parameters:
editor - the editor that has been disposed of or closed