Package com.altova.automation.XMLSpy
Interface ApplicationEvents
- All Superinterfaces:
COMDispatchEvent
- All Known Implementing Classes:
ApplicationEventsDefaultHandler
public interface ApplicationEvents extends COMDispatchEvent
-
Method Summary
Modifier and Type Method Description voidonBeforeOpenDocument(FileSelectionDlg io_ipDlg)method OnBeforeOpenDocumentvoidonBeforeOpenProject(FileSelectionDlg io_ipDlg)method OnBeforeOpenProjectvoidonDocumentOpened(Document i_ipDocument)method OnDocumentOpenedvoidonProjectOpened(SpyProject i_ipProject)method OnProjectOpened
-
Method Details
-
onBeforeOpenProject
method OnBeforeOpenProject- Throws:
AutomationException
-
onProjectOpened
method OnProjectOpened- Throws:
AutomationException
-
onBeforeOpenDocument
method OnBeforeOpenDocument- Throws:
AutomationException
-
onDocumentOpened
method OnDocumentOpened- Throws:
AutomationException
-