Package com.arbortext.epic
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
FieldsModifier and TypeFieldDescriptionstatic final shortShows the event originated from theActivexEventsmodule.static final shortShows the event originated from theADocumentEventsmodule.static final shortShows the event originated from theADocumentEntityEventsmodule.static final shortShows the event originated from theAEditEventsmodule.static final shortShows the event was created by and used in the application.static final shortShows the event originated from theApplicationEventsmodule.static final shortShows the event was created by and used in a CMS adapter.static final shortShows the event originated from theCMSAdapterConnectEventsmodule.static final shortShows the event originated from theCMSAdapterDisconnectEventsmodule.static final shortShows the event was created by and used in a CMS object.static final shortShows the event originated from theCMSObjectEventsmodule.static final shortShows the event was created by and used in a CMS session.static final shortShows the event originated from theCMSSessionBurstDocumentmodule.static final shortShows the event originated from theCMSSessionConstructmodule.static final shortShows the event originated from theCMSSessionCreatemodule.static final shortShows the event originated from theCMSSessionPreConnectmodule.static final shortShows the event originated from theCMSSessionFilemodule.static final shortShows the event originated from theControlEventsmodule.static final shortShows the event was created by and used in a document.static final shortShows the event originated from theMenuEventsmodule.static final shortShows the event originated from theMouseEventsmodule.static final shortShows the event originated from theMutationEventsmodule.static final shortShows the event originated from theToolBarEventsmodule.static final shortShows the event originated from theUIEventsmodule.static final shortShows the event originated from theWebView2Eventsmodule.static final shortShows the event was created by and used in a window.static final shortShows the event originated from theWindowEventsmodule. -
Method Summary
Modifier and TypeMethodDescriptionshortThe domain identifier of the event.shortThe module identifier of the event.
-
Field Details
-
DOCUMENT_DOMAIN
static final short DOCUMENT_DOMAINShows the event was created by and used in a document.- See Also:
-
WINDOW_DOMAIN
static final short WINDOW_DOMAINShows the event was created by and used in a window.- See Also:
-
APPLICATION_DOMAIN
static final short APPLICATION_DOMAINShows the event was created by and used in the application.- See Also:
-
CMSOBJECT_DOMAIN
static final short CMSOBJECT_DOMAINShows the event was created by and used in a CMS object.- See Also:
-
CMSSESSION_DOMAIN
static final short CMSSESSION_DOMAINShows the event was created by and used in a CMS session.- See Also:
-
CMSADAPTER_DOMAIN
static final short CMSADAPTER_DOMAINShows the event was created by and used in a CMS adapter.- See Also:
-
MUTATION_EVENTS
static final short MUTATION_EVENTSShows the event originated from theMutationEventsmodule.- See Also:
-
UI_EVENTS
static final short UI_EVENTSShows the event originated from theUIEventsmodule.- See Also:
-
MOUSE_EVENTS
static final short MOUSE_EVENTSShows the event originated from theMouseEventsmodule.- See Also:
-
AEDIT_EVENTS
static final short AEDIT_EVENTSShows the event originated from theAEditEventsmodule.- See Also:
-
WINDOW_EVENTS
static final short WINDOW_EVENTSShows the event originated from theWindowEventsmodule.- See Also:
-
CONTROL_EVENTS
static final short CONTROL_EVENTSShows the event originated from theControlEventsmodule.- See Also:
-
MENU_EVENTS
static final short MENU_EVENTSShows the event originated from theMenuEventsmodule.- See Also:
-
TOOLBAR_EVENTS
static final short TOOLBAR_EVENTSShows the event originated from theToolBarEventsmodule.- See Also:
-
ACTIVEX_EVENTS
static final short ACTIVEX_EVENTSShows the event originated from theActivexEventsmodule.- See Also:
-
ADOCUMENT_EVENTS
static final short ADOCUMENT_EVENTSShows the event originated from theADocumentEventsmodule.- See Also:
-
APPLICATION_EVENTS
static final short APPLICATION_EVENTSShows the event originated from theApplicationEventsmodule.- See Also:
-
CMSOBJECT_EVENTS
static final short CMSOBJECT_EVENTSShows the event originated from theCMSObjectEventsmodule.- See Also:
-
CMSSESSIONCONSTRUCT_EVENTS
static final short CMSSESSIONCONSTRUCT_EVENTSShows the event originated from theCMSSessionConstructmodule.- See Also:
-
CMSSESSIONCREATE_EVENTS
static final short CMSSESSIONCREATE_EVENTSShows the event originated from theCMSSessionCreatemodule.- See Also:
-
CMSSESSIONFILE_EVENTS
static final short CMSSESSIONFILE_EVENTSShows the event originated from theCMSSessionFilemodule.- See Also:
-
CMSSESSIONBURSTDOCUMENT_EVENTS
static final short CMSSESSIONBURSTDOCUMENT_EVENTSShows the event originated from theCMSSessionBurstDocumentmodule.- See Also:
-
CMSSESSIONDISCONNECT_EVENTS
static final short CMSSESSIONDISCONNECT_EVENTSShows the event originated from theCMSSessionPreConnectmodule.- See Also:
-
CMSADAPTERCONNECT_EVENTS
static final short CMSADAPTERCONNECT_EVENTSShows the event originated from theCMSAdapterConnectEventsmodule.- See Also:
-
CMSADAPTERDISCONNECT_EVENTS
static final short CMSADAPTERDISCONNECT_EVENTSShows the event originated from theCMSAdapterDisconnectEventsmodule.- See Also:
-
ADOCUMENTENTITY_EVENTS
static final short ADOCUMENTENTITY_EVENTSShows the event originated from theADocumentEntityEventsmodule.- See Also:
-
WEBVIEW2_EVENTS
static final short WEBVIEW2_EVENTSShows the event originated from theWebView2Eventsmodule.- See Also:
-
-
Method Details
-
getDomain
short getDomain()The domain identifier of the event. -
getModuleType
short getModuleType()The module identifier of the event.
-