| Module | Core::ViewInterface |
| In: |
core/context.rb
|
TODO: fix the constructor implementation issue Qt vs. WxWidgets
def initialize(argv) raise ‘unimplemented!’ end
# File core/context.rb, line 83
83: def setup(new_controller) raise 'unimplemented!' end
When the service layer raises a Core::DradisQuitApp exception, the controller will it and notify the view by invoking this method.
# File core/context.rb, line 87
87: def teardown() raise 'unimplemented!' end