public class FTPCallableUnitCallback extends Object implements org.ballerinalang.bre.bvm.CallableUnitCallback
FTPCallableUnitCallback
is the responsible for acting on notifications received from Ballerina side.Constructor and Description |
---|
FTPCallableUnitCallback() |
Modifier and Type | Method and Description |
---|---|
void |
notifyFailure(org.ballerinalang.model.values.BMap<String,org.ballerinalang.model.values.BValue> bStruct) |
void |
notifySuccess() |
public void notifySuccess()
notifySuccess
in interface org.ballerinalang.bre.bvm.CallableUnitCallback
public void notifyFailure(org.ballerinalang.model.values.BMap<String,org.ballerinalang.model.values.BValue> bStruct)
notifyFailure
in interface org.ballerinalang.bre.bvm.CallableUnitCallback
Copyright © 2018. All rights reserved.