ReportMill 10 API

com.reportmill.base
Interface RMDocument.DocListener

All Known Implementing Classes:
RMViewer
Enclosing class:
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.base.RMObject anObj)
           
 

Method Detail

docShapeNeedsRepaint

void docShapeNeedsRepaint(RMDocument aDoc,
                          RMShape aShape)

docShapeBoundsChanged

void docShapeBoundsChanged(RMDocument aDoc,
                           RMShape aShape)

docUndoerAddDirtyObject

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

ReportMill 10 API