ReportMill 7.0 API

com.reportmill.foundation
Interface RMDocument.DocListener

All Known Implementing Classes:
RMViewer
Enclosing interface:
RMDocument

public static interface RMDocument.DocListener

An interface to define objects that want to get document notifications.


Method Summary
 void docShapeBoundsChanged(RMDocument aDoc, RMShape aShape)
           
 void docShapeNeedsRepaint(RMDocument aDoc, RMShape aShape)
           
 void docUndoerAddDirtyObject(RMDocument aDoc, com.reportmill.foundation.RMObject anObj)
           
 

Method Detail

docShapeNeedsRepaint

public void docShapeNeedsRepaint(RMDocument aDoc,
                                 RMShape aShape)

docShapeBoundsChanged

public void docShapeBoundsChanged(RMDocument aDoc,
                                  RMShape aShape)

docUndoerAddDirtyObject

public void docUndoerAddDirtyObject(RMDocument aDoc,
                                    com.reportmill.foundation.RMObject anObj)

ReportMill 7.0 API