Uses of Class
com.dynamixsoftware.intentapi.Result

Uses of Result in com.dynamixsoftware.intentapi
 

Methods in com.dynamixsoftware.intentapi that return Result
static Result Result.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Result[] Result.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dynamixsoftware.intentapi with parameters of type Result
 void ISetLicenseCallback.finish(Result result)
           
 void IPrintCallback.finish(Result result, int pagesPrinted)
          Finish of printing.