Sha256: 37f2baea8a0cc0e92adc1c214ad6d6dc450c320319b571b32831a00a59bdb683

Contents?: true

Size: 296 Bytes

Versions: 7

Compression:

Stored size: 296 Bytes

Contents

require_relative '../../lib/ruby-processing'
require "#{RP5_ROOT}/lib/rpextras"

class Processing::App
  include Java::MonkstoneVideoevent::VideoInterface
  def captureEvent(c)
    # satisfy implement abstract class
  end
  
  def movieEvent(m)
    # satisfy implement abstract class
  end  
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-processing-2.7.1 library/video_event/video_event.rb
ruby-processing-2.7.0 library/video_event/video_event.rb
ruby-processing-2.6.18 library/video_event/video_event.rb
ruby-processing-2.6.17 library/video_event/video_event.rb
ruby-processing-2.6.16 library/video_event/video_event.rb
ruby-processing-2.6.15 library/video_event/video_event.rb
ruby-processing-2.6.14 library/video_event/video_event.rb