class RMQItemClick
Public Instance Methods
onItemClick(parent, view, position, id)
click to toggle source
# File lib/project/ruby_motion_query/rmq/event_wrappers/rmq_click.rb, line 19 def onItemClick(parent, view, position, id) click_block.call(parent, view, position, id) end