Package com.altova.automation.XMLSpy
Interface DocumentEvents
- All Superinterfaces:
COMDispatchEvent
- All Known Implementing Classes:
DocumentEventsDefaultHandler
public interface DocumentEvents extends COMDispatchEvent
-
Method Summary
Modifier and Type Method Description booleanonBeforeCloseDocument(Document i_ipDoc)method OnBeforeCloseDocumentvoidonBeforeSaveDocument(Document i_ipDoc, FileSelectionDlg io_ipDlg)method OnBeforeSaveDocumentbooleanonBeforeValidate(Document i_ipDoc, boolean i_OnLoading, boolean i_bOnCommand)method OnBeforeValidatevoidonCloseDocument(Document i_ipDocument)method OnCloseDocumentvoidonViewActivation(Document i_ipDoc, Enums.SPYViewModes i_eViewType, boolean i_bActivated)method OnViewActivation
-
Method Details
-
onViewActivation
void onViewActivation(Document i_ipDoc, Enums.SPYViewModes i_eViewType, boolean i_bActivated) throws AutomationExceptionmethod OnViewActivation- Throws:
AutomationException
-
onBeforeSaveDocument
method OnBeforeSaveDocument- Throws:
AutomationException
-
onBeforeCloseDocument
method OnBeforeCloseDocument- Throws:
AutomationException
-
onCloseDocument
method OnCloseDocument- Throws:
AutomationException
-
onBeforeValidate
boolean onBeforeValidate(Document i_ipDoc, boolean i_OnLoading, boolean i_bOnCommand) throws AutomationExceptionmethod OnBeforeValidate- Throws:
AutomationException
-