Interface AEvent

All Known Implementing Classes:
ActivexEventImpl, ADocumentEntityEventImpl, ADocumentEventImpl, AEditEventImpl, ApplicationEventImpl, CMSAdapterConnectEventImpl, CMSAdapterDisconnectEventImpl, CMSObjectEventImpl, CMSSessionBurstDocumentEventImpl, CMSSessionConstructEventImpl, CMSSessionCreateEventImpl, CMSSessionDisconnectEventImpl, CMSSessionFileEventImpl, ControlEventImpl, EventImpl, MenuEventImpl, MouseEventImpl, MutationEventImpl, ToolBarEventImpl, UIEventImpl, WebView2EventImpl, WindowEventImpl

public interface AEvent
The PTC Arbortext extension to the W3C DOM Event interface. This interface adds the moduleType attribute to Event, giving the source of the event.
Since:
Epic 4.3
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Shows the event originated from the ActivexEvents module.
    static final short
    Shows the event originated from the ADocumentEvents module.
    static final short
    Shows the event originated from the ADocumentEntityEvents module.
    static final short
    Shows the event originated from the AEditEvents module.
    static final short
    Shows the event was created by and used in the application.
    static final short
    Shows the event originated from the ApplicationEvents module.
    static final short
    Shows the event was created by and used in a CMS adapter.
    static final short
    Shows the event originated from the CMSAdapterConnectEvents module.
    static final short
    Shows the event originated from the CMSAdapterDisconnectEvents module.
    static final short
    Shows the event was created by and used in a CMS object.
    static final short
    Shows the event originated from the CMSObjectEvents module.
    static final short
    Shows the event was created by and used in a CMS session.
    static final short
    Shows the event originated from the CMSSessionBurstDocument module.
    static final short
    Shows the event originated from the CMSSessionConstruct module.
    static final short
    Shows the event originated from the CMSSessionCreate module.
    static final short
    Shows the event originated from the CMSSessionPreConnect module.
    static final short
    Shows the event originated from the CMSSessionFile module.
    static final short
    Shows the event originated from the ControlEvents module.
    static final short
    Shows the event was created by and used in a document.
    static final short
    Shows the event originated from the MenuEvents module.
    static final short
    Shows the event originated from the MouseEvents module.
    static final short
    Shows the event originated from the MutationEvents module.
    static final short
    Shows the event originated from the ToolBarEvents module.
    static final short
    Shows the event originated from the UIEvents module.
    static final short
    Shows the event originated from the WebView2Events module.
    static final short
    Shows the event was created by and used in a window.
    static final short
    Shows the event originated from the WindowEvents module.
  • Method Summary

    Modifier and Type
    Method
    Description
    short
    The domain identifier of the event.
    short
    The module identifier of the event.
  • Field Details

    • DOCUMENT_DOMAIN

      static final short DOCUMENT_DOMAIN
      Shows the event was created by and used in a document.
      See Also:
    • WINDOW_DOMAIN

      static final short WINDOW_DOMAIN
      Shows the event was created by and used in a window.
      See Also:
    • APPLICATION_DOMAIN

      static final short APPLICATION_DOMAIN
      Shows the event was created by and used in the application.
      See Also:
    • CMSOBJECT_DOMAIN

      static final short CMSOBJECT_DOMAIN
      Shows the event was created by and used in a CMS object.
      See Also:
    • CMSSESSION_DOMAIN

      static final short CMSSESSION_DOMAIN
      Shows the event was created by and used in a CMS session.
      See Also:
    • CMSADAPTER_DOMAIN

      static final short CMSADAPTER_DOMAIN
      Shows the event was created by and used in a CMS adapter.
      See Also:
    • MUTATION_EVENTS

      static final short MUTATION_EVENTS
      Shows the event originated from the MutationEvents module.
      See Also:
    • UI_EVENTS

      static final short UI_EVENTS
      Shows the event originated from the UIEvents module.
      See Also:
    • MOUSE_EVENTS

      static final short MOUSE_EVENTS
      Shows the event originated from the MouseEvents module.
      See Also:
    • AEDIT_EVENTS

      static final short AEDIT_EVENTS
      Shows the event originated from the AEditEvents module.
      See Also:
    • WINDOW_EVENTS

      static final short WINDOW_EVENTS
      Shows the event originated from the WindowEvents module.
      See Also:
    • CONTROL_EVENTS

      static final short CONTROL_EVENTS
      Shows the event originated from the ControlEvents module.
      See Also:
    • TOOLBAR_EVENTS

      static final short TOOLBAR_EVENTS
      Shows the event originated from the ToolBarEvents module.
      See Also:
    • ACTIVEX_EVENTS

      static final short ACTIVEX_EVENTS
      Shows the event originated from the ActivexEvents module.
      See Also:
    • ADOCUMENT_EVENTS

      static final short ADOCUMENT_EVENTS
      Shows the event originated from the ADocumentEvents module.
      See Also:
    • APPLICATION_EVENTS

      static final short APPLICATION_EVENTS
      Shows the event originated from the ApplicationEvents module.
      See Also:
    • CMSOBJECT_EVENTS

      static final short CMSOBJECT_EVENTS
      Shows the event originated from the CMSObjectEvents module.
      See Also:
    • CMSSESSIONCONSTRUCT_EVENTS

      static final short CMSSESSIONCONSTRUCT_EVENTS
      Shows the event originated from the CMSSessionConstruct module.
      See Also:
    • CMSSESSIONCREATE_EVENTS

      static final short CMSSESSIONCREATE_EVENTS
      Shows the event originated from the CMSSessionCreate module.
      See Also:
    • CMSSESSIONFILE_EVENTS

      static final short CMSSESSIONFILE_EVENTS
      Shows the event originated from the CMSSessionFile module.
      See Also:
    • CMSSESSIONBURSTDOCUMENT_EVENTS

      static final short CMSSESSIONBURSTDOCUMENT_EVENTS
      Shows the event originated from the CMSSessionBurstDocument module.
      See Also:
    • CMSSESSIONDISCONNECT_EVENTS

      static final short CMSSESSIONDISCONNECT_EVENTS
      Shows the event originated from the CMSSessionPreConnect module.
      See Also:
    • CMSADAPTERCONNECT_EVENTS

      static final short CMSADAPTERCONNECT_EVENTS
      Shows the event originated from the CMSAdapterConnectEvents module.
      See Also:
    • CMSADAPTERDISCONNECT_EVENTS

      static final short CMSADAPTERDISCONNECT_EVENTS
      Shows the event originated from the CMSAdapterDisconnectEvents module.
      See Also:
    • ADOCUMENTENTITY_EVENTS

      static final short ADOCUMENTENTITY_EVENTS
      Shows the event originated from the ADocumentEntityEvents module.
      See Also:
    • WEBVIEW2_EVENTS

      static final short WEBVIEW2_EVENTS
      Shows the event originated from the WebView2Events module.
      See Also:
  • Method Details

    • getDomain

      short getDomain()
      The domain identifier of the event.
    • getModuleType

      short getModuleType()
      The module identifier of the event.