class Roby::Interface::Async::UIConnector::ProgressMonitorCommand

Attributes

callback[RW]

Public Instance Methods

connect() click to toggle source
# File lib/roby/interface/async/ui_connector.rb, line 93
def connect
    action.on_progress do
        update
    end
end
update() click to toggle source
# File lib/roby/interface/async/ui_connector.rb, line 99
def update
    callback.call(action)
end