Interface COMDispatchEvent

All Known Subinterfaces:
ApplicationEvents, AuthenticViewEvents, DocumentEvents
All Known Implementing Classes:
ApplicationEventsDefaultHandler, AuthenticViewEventsDefaultHandler, DocumentEventsDefaultHandler

public interface COMDispatchEvent
  • Method Summary

    Modifier and Type Method Description
    JVariant onEvent​(int methodID, JVariant[] pDispParams)
    Internal call-back to trigger event handlers.
  • Method Details

    • onEvent

      JVariant onEvent​(int methodID, JVariant[] pDispParams) throws AutomationException
      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