ReportMill 12 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 docShapeRepaint(RMDocument aDoc, RMShape aShape)
           
 boolean isEditing()
           
 

Method Detail

isEditing

boolean isEditing()

docShapeRepaint

void docShapeRepaint(RMDocument aDoc,
                     RMShape aShape)

ReportMill 12 API