Class: RubyScriptProvider::CommandEnvironment
- Inherits:
-
Object
- Object
- RubyScriptProvider::CommandEnvironment
show all
- Includes:
- Runo::Com::Sun::Star::Ucb::XCommandEnvironment, Uno::UnoBase
- Defined in:
- lib/rubyscriptprovider.rb
Instance Method Summary
collapse
#getImplementationId, #getTypes
Constructor Details
468
469
470
471
|
# File 'lib/rubyscriptprovider.rb', line 468
def initialize
@interaction_handler = DummyInteractionHandler.new
@progress_handler = DummyProgressHandler.new
end
|
Instance Method Details
#getInteractionHandler ⇒ Object
473
474
475
|
# File 'lib/rubyscriptprovider.rb', line 473
def getInteractionHandler
return @interaction_handler
end
|
#getProgressHandler ⇒ Object
477
478
479
|
# File 'lib/rubyscriptprovider.rb', line 477
def getProgressHandler
return @progress_handler
end
|