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.
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)