public class DocumentChangeEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentChangeEvent.DeleteEvent |
static class |
DocumentChangeEvent.InsertEvent |
static class |
DocumentChangeEvent.UpdateEvent |
| Modifier and Type | Field and Description |
|---|---|
protected String |
current |
protected Document |
doc |
protected String |
preview |
| Constructor and Description |
|---|
DocumentChangeEvent() |
DocumentChangeEvent(Document doc,
String prev,
String curr) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrent() |
Document |
getDocument() |
String |
getPreview() |
void |
setCurrent(String current) |
void |
setDocument(Document doc) |
void |
setPreview(String preview) |
Copyright © 2018. All rights reserved.