Package com.reportmill.base
Interface RMDocument.DocListener
- All Known Implementing Classes:
Gallery.GViewer
,RBEditor
,RMEditor
,RMRptEditor
,RMTrackballControl
,RMViewer
,Scene3DTool.Scene3DControl
- Enclosing class:
- RMDocument
public static interface RMDocument.DocListener
An interface to define objects that want to get document notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
docShapeBoundsChanged
(RMDocument aDoc, RMShape aShape) void
docShapeNeedsRepaint
(RMDocument aDoc, RMShape aShape) void
docUndoerAddDirtyObject
(RMDocument aDoc, RMObject anObj)
-
Method Details
-
docShapeNeedsRepaint
-
docShapeBoundsChanged
-
docUndoerAddDirtyObject
-