-
Notifications
You must be signed in to change notification settings - Fork 94
Video Event Library
Martin Prout edited this page Jun 7, 2015
·
3 revisions
load_library :video_event
The sole purpose of this library is to enable the use of the java reflect methods movieEvent(m)
and captureEvent(c)
. These are not 'regular' java methods and cannot be called from jruby in the regular way. By creating java interfaces for these methods it is now possible to call these methods from jruby (stick to camel case this is reflection after all).