I want to know if there is any way to get events dynamically (click event or next slide event) from the power point presentation in my java application while users shows the presentation(projector or full screen e.g). Something like that : user is at slide (e.g 10) and my app need to process that slide. If user stops presenting, my app stop processing slides.
Thanks in advance!