rbfang / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Sync object to know when answer is ready. #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I'm using an automated tool(QTP) to request transactions.
I need to know of an object that changes a property when 
RESTClient is processing.  I need someway to know when 
the information in the Response Tabs is ready to be looked at.
The abort button and Send button seem to always be enabled even
when they are not visible. Can you let me know of a value 
that changes state while processing or add one?  Thanks,
Kevin Abel  KevinAveryAbel@gmail.com

What is the expected output? What do you see instead?
I need something to sync on so that I know when the RESTclient's 
answer has completed.

On what operating system?
Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by KevinAve...@gmail.com on 27 Sep 2012 at 7:21

GoogleCodeExporter commented 9 years ago
If it is the answer to your question, new version (not yet available) fire an 
event on document body when request finish. This event (arc:httpstop) and 
others events are not yet documented but will be available soon. You can check 
source to code in class org.rest.client.event.CustomEvent to learn more.
I'm closing this issue right now. I can reopen it if anyone has other idea to 
resolve this issue.

Original comment by jarro...@gmail.com on 14 Oct 2012 at 8:28