public final class FunctionCompleteHandler0 extends HxObject implements ICompleteHandler0
Modifier and Type | Field and Description |
---|---|
Function |
onFailureFunction |
Function |
onSuccessFunction |
Constructor and Description |
---|
FunctionCompleteHandler0(EmptyObject empty) |
FunctionCompleteHandler0(Function onSuccessFunction,
Function onFailureFunction) |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
__hx_create(Array arr) |
static java.lang.Object |
__hx_createEmpty() |
static void |
__hx_ctor_jsonStream_rpc__Future_FunctionCompleteHandler0(FunctionCompleteHandler0 __temp_me111,
Function onSuccessFunction,
Function onFailureFunction) |
java.lang.Object |
__hx_getField(java.lang.String field,
boolean throwErrors,
boolean isCheck,
boolean handleProperties) |
void |
__hx_getFields(Array<java.lang.String> baseArr) |
java.lang.Object |
__hx_invokeField(java.lang.String field,
Array dynargs) |
java.lang.Object |
__hx_setField(java.lang.String field,
java.lang.Object value,
boolean handleProperties) |
void |
onFailure(java.lang.Object error) |
void |
onSuccess() |
__hx_ctor_haxe_lang_HxObject, __hx_deleteField, __hx_getField_f, __hx_lookupField_f, __hx_lookupField, __hx_lookupSetField_f, __hx_lookupSetField, __hx_setField_f
public Function onSuccessFunction
public Function onFailureFunction
public FunctionCompleteHandler0(EmptyObject empty)
public static void __hx_ctor_jsonStream_rpc__Future_FunctionCompleteHandler0(FunctionCompleteHandler0 __temp_me111, Function onSuccessFunction, Function onFailureFunction)
public static java.lang.Object __hx_createEmpty()
public static java.lang.Object __hx_create(Array arr)
public final void onSuccess()
onSuccess
in interface ICompleteHandler0
public final void onFailure(java.lang.Object error)
onFailure
in interface ICompleteHandler0
public java.lang.Object __hx_setField(java.lang.String field, java.lang.Object value, boolean handleProperties)
__hx_setField
in interface IHxObject
__hx_setField
in class HxObject
public java.lang.Object __hx_getField(java.lang.String field, boolean throwErrors, boolean isCheck, boolean handleProperties)
__hx_getField
in interface IHxObject
__hx_getField
in class HxObject
public java.lang.Object __hx_invokeField(java.lang.String field, Array dynargs)
__hx_invokeField
in interface IHxObject
__hx_invokeField
in class HxObject
public void __hx_getFields(Array<java.lang.String> baseArr)
__hx_getFields
in interface IHxObject
__hx_getFields
in class HxObject