Class: RuGUI::FrameworkAdapters::BaseFrameworkAdapter::BaseMainController

Inherits:
BaseController show all
Defined in:
lib/rugui/framework_adapters/base_framework_adapter.rb

Overview

Adapts the BaseMainController methods specific for the framework.

Instance Attribute Summary

Attributes inherited from Base

#adapted_object

Instance Method Summary collapse

Methods inherited from BaseController

#queue

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from RuGUI::FrameworkAdapters::BaseFrameworkAdapter::Base

Instance Method Details

#quitObject

Exits the application, freeing any resources used by the framework.



26
27
# File 'lib/rugui/framework_adapters/base_framework_adapter.rb', line 26

def quit
end

#runObject

Runs the application, starting anything the framework needs.



22
23
# File 'lib/rugui/framework_adapters/base_framework_adapter.rb', line 22

def run
end