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.
docShapeNeedsRepaint
void docShapeNeedsRepaint(RMDocument aDoc,
RMShape aShape)
docShapeBoundsChanged
void docShapeBoundsChanged(RMDocument aDoc,
RMShape aShape)
docUndoerAddDirtyObject
void docUndoerAddDirtyObject(RMDocument aDoc,
com.reportmill.base.RMObject anObj)