Specifications

Event Actions
Java Start Event Action
The Java Start event action indicates that the associated Java process
initialized.
Example
transaction "JavaStart"
module "JavaStart"
{
event "JavaStarted" Java Start { }
}
Java Stop Event Action
The Java Stop event action indicates that the associated Java process
terminated.
Example
transaction "JavaStop"
module "JavaStop"
{
event "JavaStopped" Java Stop {}
}
Outlook ChangeFocus Event Action
The Outlook ChangeFocus event action indicates that the user has made a
selection in the left pane. This action supports the following parameter:
ExecutableName. The name of the process
Outlook CheckNames Event Action
The Outlook CheckNames event action indicates that Outlook is checking the
names that the user entered against the address book. This action supports
the following parameter:
ExecutableName. The name of the process
Example
transaction "CheckNames"
module "CheckNames"
{
event "msclick" Windows MouseClick { }
event "chcknm" Outlook CheckNames { }
BT Language Reference 143