Method: RMQTextChange#afterTextChanged

Defined in:
lib/project/ruby_motion_query/rmq/event_wrappers/rmq_text_change.rb

#afterTextChanged(s) ⇒ Object



20
21
22
# File 'lib/project/ruby_motion_query/rmq/event_wrappers/rmq_text_change.rb', line 20

def afterTextChanged(s)
  @change_block.call(s) if @action == :after
end