Uses of Class
com.blueworld.lassopro.LassoCall

Uses of LassoCall in com.blueworld.lassopro
 

Methods in com.blueworld.lassopro that return LassoCall
static LassoCall LassoCall.instanceOf(LassoCall lasso, boolean swap)
           
 

Methods in com.blueworld.lassopro with parameters of type LassoCall
 int LassoTagModule.TAG_METHOD_PROTOTYPE(LassoCall lasso, int action)
          A prototype for all tag methods registered by registerTagModule.
static LassoCall LassoCall.instanceOf(LassoCall lasso, boolean swap)
           
 int LassoDSModule.DS_METHOD_PROTOTYPE(LassoCall lasso, int action, LassoValue data)
          A prototype for all datasource methods registered by registerDSModule.