public final class PendingChangesEvent extends DocumentEvent
In response to this custom DocumentEvent, the application should update its internal state to allow the user the save the possibly modified document.
DocumentEvent.Type
Modifier and Type | Field and Description |
---|---|
Document |
document
The document which is the subject of this event.
|
source, type
Constructor and Description |
---|
PendingChangesEvent()
Constructs an event intended to be used several times with different
field values.
|
PendingChangesEvent(Object notifier,
Document document)
Constructs an event.
|
Modifier and Type | Method and Description |
---|---|
void |
initialize(Object notifier,
Document document)
Initializes this event.
|
copy, getSource, getType, initialize, toString
public Document document
public PendingChangesEvent()
initialize(java.lang.Object, com.xmlmind.xml.doc.Document)
to initialize its fields.