DRB Events
:drb_input
Triggering this event will send input to the running application as long as it has the DRb server running.
Vedeu.trigger(:_drb_input_, data, type)
:drb_retrieve_output
Vedeu.trigger(:_drb_retrieve_output_)
:drb_store_output
Triggering this event with 'data' will push data into the running application's virtual buffer.
Vedeu.trigger(:_drb_store_output_, data)
:drb_restart
Use the DRb server to request the client application to restart.
Vedeu.trigger(:_drb_restart_)
Vedeu.drb_restart
:drb_start
Use the DRb server to request the client application to start.
Vedeu.trigger(:_drb_start_)
Vedeu.drb_start
:drb_status
Use the DRb server to request the status of the client application.
Vedeu.trigger(:_drb_status_)
Vedeu.drb_status
:drb_stop
Use the DRb server to request the client application to stop.
Vedeu.trigger(:_drb_stop_)
Vedeu.drb_stop