Mac OS X Reference Library Apple Developer
Search

TestCallback

Module:
test
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

callbackWithClass1Param
callbackWithClass2Param
callbackWithNonBoolReturnType
customCallback

callbackWithClass1Param



boolean callbackWithClass1Param(
    in Class1 class1Param); 

callbackWithClass2Param



boolean callbackWithClass2Param(
    in Class2 class2Param,
    in DOMString strArg); 

callbackWithNonBoolReturnType



long callbackWithNonBoolReturnType(
    in Class3 class3Param); 

customCallback



long customCallback(
    in Class5 class5Param,
    in Class6 class6Param); 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27