Class: RubyScriptProvider::CommandEnvironment

Inherits:
Object
  • Object
show all
Includes:
Runo::Com::Sun::Star::Ucb::XCommandEnvironment, Uno::UnoBase
Defined in:
lib/rubyscriptprovider.rb

Instance Method Summary collapse

Methods included from Uno::UnoBase

#getImplementationId, #getTypes

Constructor Details

#initializeCommandEnvironment

Returns a new instance of CommandEnvironment.



468
469
470
471
# File 'lib/rubyscriptprovider.rb', line 468

def initialize
  @interaction_handler = DummyInteractionHandler.new
  @progress_handler = DummyProgressHandler.new
end

Instance Method Details

#getInteractionHandlerObject



473
474
475
# File 'lib/rubyscriptprovider.rb', line 473

def getInteractionHandler
  return @interaction_handler
end

#getProgressHandlerObject



477
478
479
# File 'lib/rubyscriptprovider.rb', line 477

def getProgressHandler
  return @progress_handler
end