I’m making a small application that call a webservice async and I want to fire loading finish event when the response complete to be able to move to next form
How can I do it in a good way ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I have solved this problem by creating an interface and give it to my method , the interface change the value of the flag Boolean and call another method , that tell me that it has finished working so I can continues my working and also it is running in another thread