Programmer's Guide > Programming and Scripting Techniques > Events > Event Interfaces
  
Event Interfaces
The following tables summarize the DOM Event Model interfaces and the AOM extended event interfaces supported by Arbortext Editor and the Arbortext Publishing Engine.
W3C Event Interfaces
Interface
Description
DocumentEvent
Implemented by objects that implement the Document interface to create user dispatched events.
Event
Provides contextual information for an event handler. The superinterface of more specific event context interfaces.
EventException
Exception thrown by event related methods.
EventListener
Mechanism for handling events.
EventTarget
Implemented by objects that implement the Node and Component interfaces to allow registration and removal of EventListeners and dispatching of events.
MouseEvent
Provides contextual information associated with Mouse events.
MutationEvent
Provides contextual information associated with Mutation events.
UIEvent
Provides contextual information associated with User Interface events.
AOM Event Interfaces
Interface
Description
ADocumentEntityEvent
Provides specific contextual information associated with the ADocumentEntityEvent extension.
ADocumentEvent
Provides specific contextual information associated with document events.
ActivexEvent
Provides specific contextual information associated with Activex events.
AEditEvent
Provides contextual information associated with EditEvent events.
AEvent
Extension to the W3C DOM Event interface.
ApplicationEvent
Provides specific contextual information associated with application events.
CMSObjectEvent
Provides specific contextual information associated with the CMSObjectEvent extension.
CMSSessionConstructEvent
Provides specific contextual information associated with the CMSSessionConstructEvent extension.
CMSSessionCreateEvent
Provides specific contextual information associated with the CMSSessionCreateEvent extension.
CMSSessionFileEvent
Provides specific contextual information associated with the CMSSessionFileEvent extension.
CMSSessionBurstEvent
Provides specific contextual information associated with the CMSSessionBurstEvent extension.
CMSSessionDisconnectEvent
Provides specific contextual information associated with the CMSSessionDisconnectEvent extension.
CMSAdapterConnectEvent
Provides specific contextual information associated with the CMSAdapterConnectEvent extension.
CMSAdapterDisconnectEvent
Provides specific contextual information associated with the CMSAdapterDisconnectEvent extension.
ControlEvent
Provides specific contextual information associated with Control events.
MenuEvent
Provides contextual information associated with Menu events.
ToolBarEvent
Provides specific contextual information associated with ToolBar events.
WindowEvent
Provides contextual information associated with Window events.