|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICrystalDocumentChangedEvent
This class defines an event that is fired when the active document changes. You can retrieve the previously active document and the currently active document from this event. Compare these documents to see if the active report has changed. This interface is not intended to be implemented by clients.
ICrystalDocumentChangedListener
Method Summary | |
---|---|
IReportClientDocument |
getNewDocument()
Returns the document that is currently active in the Crystal Reports editor. |
IReportClientDocument |
getOldDocument()
Returns the document that was previously active in the Crystal Reports editor. |
boolean |
isMainReportChanged()
Returns whether or not the main document is the same for both the previously active and currently active documents. |
Method Detail |
---|
IReportClientDocument getOldDocument()
IReportClientDocument
object, or null
if none existsIReportClientDocument getNewDocument()
IReportClientDocument
object, or null
if none existsboolean isMainReportChanged()
true
if the main document has changed, false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |