dcorking / wave-robot-java-client

Automatically exported from code.google.com/p/wave-robot-java-client
0 stars 0 forks source link

Access to the name of the clicked form button is missing from the Java API #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Write a robot that has a form button.
2. Try to figure out what button was clicked when a FORM_BUTTON_CLICKED
event is triggered.

What is the expected output? What do you see instead?

There doesn't appear to be any method available to get the name of the
clicked form button in the Event or RobotMessageBundle. Seth Covitz notes
that the information is sent over the wire, but the method to retrieve it
may be missing:

http://groups.google.com/group/google-wave-api/browse_thread/thread/6f2495672150
503c/19df22ec2d506128#19df22ec2d506128

Original issue reported on code.google.com by Bitmei...@gmail.com on 4 Jun 2009 at 3:59