ReportMill 11 API

com.reportmill.shape
Interface RMDocument.DocListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
RMViewer
Enclosing class:
RMDocument

public static interface RMDocument.DocListener
extends java.util.EventListener

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


Method Summary
 void docShapeBoundsChanged(RMDocument aDoc, RMShape aShape)
           
 void docShapeRepaint(RMDocument aDoc, RMShape aShape)
           
 boolean isEditing()
           
 

Method Detail

isEditing

boolean isEditing()

docShapeRepaint

void docShapeRepaint(RMDocument aDoc,
                     RMShape aShape)

docShapeBoundsChanged

void docShapeBoundsChanged(RMDocument aDoc,
                           RMShape aShape)

ReportMill 11 API