This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes HTML, CSS and JavaScript and the fly likes Can you capture an unknown event? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Can you capture an unknown event?" Watch "Can you capture an unknown event?" New topic
Author

Can you capture an unknown event?

Kelly Dolan
Ranch Hand

Joined: Jan 08, 2002
Posts: 103
I am referencing a COM object in my HTML and it is throwing an event. I don't know the name of the event or its signature. Is there any way I can generically catch this event and find out its name, params, etc. or in JavaScript determine what it is? I'm in the process of trying to track down the author of the COM object but this will be a slow process which is why I'm asking.
Thanks!
- Kelly
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Can you capture an unknown event?
 
Similar Threads
SwingWorker and Communications with GUI
PID for a java application
Persistence in JNI
Safely reloading object cache while possible multiple clients using "old" objects.
How to lazily load references when the object is detached from session ?