Package rocks.imsofa.sjl
Interface ActionResultCallback
public interface ActionResultCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(ActionRequest request) voidonResult(ActionRequest request, ActionResponse response) called when the action command has completed and the response is available
-
Method Details
-
onResult
called when the action command has completed and the response is available- Parameters:
request- the source requestresponse- the response
-
onError
-