Specifications

Event Actions
{
event "RemoveComponent" Java JRemoveComponent { }
event "RemoveComponent" Java JRemoveComponent { }
}
Java JSetLabel Event Action
The Java JSetLabel event action indicates that a label changed on a JLabel
component. This event supports the following parameters:
Title. The title of the Java component.
Text. The new value for the SetLabel event.
OldText. The former value for the SetLabel event.
Example
transaction "LEUpdate"
module "LEUpdate"
{
event "UpdateStarted" Java JSetLabel { Title=contains:"eHealth Live Exceptions"
Text="Update in progress ..." }
event "UpdateDone" Java JSetLabel { Title=contains:"eHealth Live Exceptions"
OldText="Update in progress ..." }
}
Java JSetText Event Action
The Java JSetText event action indicates that text changed on an AWT
TextEvent component. This event supports the following parameters:
Title. The title of the AWT TextEvent component.
Text. The new value for the SetText event.
OldText. The former value for the SetText event.
Example
transaction "JavaChangeText"
module "JavaChangeText"
{
event "JavaChangeText" Java JSetText{ }
}
142 BTStudio Administration Guide