Package com.altova.automation.libs
Interface COMDispatchEvent
- All Known Subinterfaces:
ApplicationEvents,AuthenticViewEvents,DocumentEvents,GridViewEvents,TextViewEvents
- All Known Implementing Classes:
ApplicationEventsDefaultHandler,AuthenticViewEventsDefaultHandler,DocumentEventsDefaultHandler,GridViewEventsDefaultHandler,TextViewEventsDefaultHandler
public interface COMDispatchEvent
-
Method Details
-
onEvent
Internal call-back to trigger event handlers.- Parameters:
methodID- ID of the event method as defined in the COM event interface.pDispParams- parameters to the event- Returns:
- result value of the event call
- Throws:
AutomationException
-