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