Method: Java::JavafxScene::Node#on_touch_stationary

Defined in:
lib/jrubyfx/core_ext/precompiled.rb

#on_touch_stationary(&block) ⇒ Object



230
231
232
233
234
235
236
# File 'lib/jrubyfx/core_ext/precompiled.rb', line 230

def on_touch_stationary(&block)
  if block_given?
    setOnTouchStationary block
  else
    getOnTouchStationary
  end
end