SaltElementEvent Class

SaltElementEvent Class

Abstract:  Yes
Raised by:  Not applicable
Base Class:  SaltObjectEvent
Derived Classes:  BindElementEvent, DtmfElementEvent, ListenElementEvent, PromptElementEvent, SmexElementEvent

The abstract SaltElementEvent class defines an event type to use when a SALT element receives a method call, or raises a script event (whether or not the event has a handler).

SaltElementEvent implements the following property:

Property

Type

Description

ID

String

The ID attribute of the element.

Remarks

Abstract events do not appear directly in the logs. Properties inherited or defined by the abstract class appear in the logs when implemented in derived classes.

See Also

Event Logging Class Hierarchy | Logging and Analyzing Events | CommonEvent | Abstract Events