python748 / alternate-java-bridge-library

Automatically exported from code.google.com/p/alternate-java-bridge-library
Apache License 2.0
0 stars 0 forks source link

Add Event strings to components #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This will likely take me a while, but I'd like to move all of the events to 
static Strings. 

The big advantage of this would be to help curb spelling/capitalization errors 
when capturing events.

I'm thinking of creating an Events static class to hold all of the event names. 
Then, perhaps having an enum inside each component which will hold the names of 
the events it throws.

This should make finding what events you need to capture (and their names) a 
bit easier.

Original issue reported on code.google.com by IMPINC...@gmail.com on 23 May 2012 at 7:18

GoogleCodeExporter commented 8 years ago

Original comment by IMPINC...@gmail.com on 30 Aug 2012 at 10:59

GoogleCodeExporter commented 8 years ago
Please add "AfterPicture" for cameras

Original comment by bric...@gmail.com on 20 May 2013 at 2:06