public interface DocumentObserver
| Modifier and Type | Method and Description |
|---|---|
void |
onDocumentSaved(GUIDocument document)
Invoked after the document has been saved
|
void |
onDocumentSelected(GUIDocument document)
Invoked when the user selects a single document
|
void onDocumentSelected(GUIDocument document)
document - The newly selected documentvoid onDocumentSaved(GUIDocument document)
document - The updated documentCopyright © 2008-2014 Logical Objects. All Rights Reserved.