Class: RDI::ProgressViews::Text

Inherits:
Model::ProgressView show all
Defined in:
lib/rdi/Plugins/ProgressViews/Text.rb

Defined Under Namespace

Classes: TextProgressDialog

Instance Method Summary collapse

Instance Method Details

#setupProgress {|TextProgressDialog.new| ... } ⇒ Object

Setup the progress and call the client code to execute inside

Parameters:

  • CodeBlock: The code to execute during this progression:

** ioProgressView (Object): The progress view that will receive notifications of progression (can be nil if no progression view available)

Yields:



60
61
62
# File 'lib/rdi/Plugins/ProgressViews/Text.rb', line 60

def setupProgress
  yield(TextProgressDialog.new)
end