Class PBEDoAction

Object
  |
  +--PBEAction
        |
        +--PBEDoAction

public class PBEDoAction
extends PBEAction


Description:
PBEDoAction causes the specified method to be executed.

PBEDoAction can be used in object and attribute events.


Event String Action Name:
do


Syntax:

do( method )


Parameters
method - name of the method to be executed.


Examples:
 PBE:objectEvent(
   "country",
   "after:init:enable(find) do(find)");
 
This event enables the "find" method and calls it after the object "country" has been initialized.

This example can be found in the file "initdemo.pbt" of the "PBE Demo" module (approx. line 257).


Fields inherited from class PBEAction
iParameters, iType, name, procName
 
Constructor Summary
PBEDoAction()
           
 
Method Summary
 varchar parameters()
           
 
Methods inherited from class PBEAction
actionArguments, actionCall, actionParameters, attributeReference, callString, checkEvent, getObject, methodReference, nestedInput, objectReference, parameter, perform, performParameterCount, printPerform, tracePerform
 

Constructor Detail

PBEDoAction

public PBEDoAction()
Method Detail

parameters

public varchar parameters()
Overrides:
parameters in class PBEAction