PreviousgetParameter Up
entryCallback

entryCallback Method invoke

Determine how many parameters there are and call the method with that number of paramters. The number of parameters is determined by calculating the sum of the optional parameters passsed when this CallBack was instantiated and the number of parameters passed on the invoke message. The parameters passed on this call succeed those passed at instantiation. The maximum number of parameters that can be passed with the invoke call is three, if any more are passed then an exception will be raised. Return the result of the method executed.

Using Parameters
anarg1 OBJECT
anarg2 OBJECT
anarg3 OBJECT
anarg4 OBJECT
anarg5 OBJECT
anarg6 OBJECT
anarg7 OBJECT
anarg8 OBJECT
anarg9 OBJECT
anarg10notallowed OBJECT
Returning Parameter
blockeval OBJECT