Method: View#rpc_update

Defined in:
lib/qooxview/view.rb

#rpc_update(session) ⇒ Object

Send the current values that are displayed



656
657
658
659
# File 'lib/qooxview/view.rb', line 656

def rpc_update(session)
  dputs(4) { 'rpc_update' }
  reply('update', update(session))
end