Class ApplicationEventsDefaultHandler
java.lang.Object
com.altova.automation.StyleVision.ApplicationEventsDefaultHandler
- All Implemented Interfaces:
COMDispatchEvent,ApplicationEvents
public class ApplicationEventsDefaultHandler extends java.lang.Object implements ApplicationEvents
-
Constructor Summary
Constructors Constructor Description ApplicationEventsDefaultHandler() -
Method Summary
Modifier and Type Method Description JVariantonEvent(int methodID, JVariant[] pDispParams)Distribute the event - call the appropriate handler with the converted COM parameters.voidonShutdown()method OnShutdown
-
Constructor Details
-
ApplicationEventsDefaultHandler
public ApplicationEventsDefaultHandler()
-
-
Method Details
-
onShutdown
method OnShutdown- Specified by:
onShutdownin interfaceApplicationEvents- Throws:
AutomationException
-
onEvent
Distribute the event - call the appropriate handler with the converted COM parameters.- Specified by:
onEventin interfaceCOMDispatchEvent- 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
-