Interface DocumentEvents
- All Superinterfaces:
COMDispatchEvent
- All Known Implementing Classes:
DocumentEventsDefaultHandler
public interface DocumentEvents extends COMDispatchEvent
-
Method Summary
Modifier and Type Method Description voidonDocumentClosed(Document i_ipDocument)method OnDocumentClosedvoidonModifiedFlagChanged(boolean i_bIsModified)method OnModifiedFlagChanged
-
Method Details
-
onDocumentClosed
method OnDocumentClosed- Throws:
AutomationException
-
onModifiedFlagChanged
method OnModifiedFlagChanged- Throws:
AutomationException
-