# File lib/handler/c_adaptor.rb, line 30 def dispatch(cevent, ctype) event = Qpid::Proton::Event::Event.wrap(cevent, ctype) # TODO add a variable to enable this programmatically # print "EVENT: #{event} going to #{@handler}\n" event.dispatch(@handler) end