Class: SnapUrl::Camera::AppDelegate
- Inherits:
-
OSX::NSObject
- Object
- OSX::NSObject
- SnapUrl::Camera::AppDelegate
- Defined in:
- lib/core/camera.rb
Instance Method Summary collapse
Instance Method Details
#applicationDidFinishLaunching(aNotification) ⇒ Object
64 65 66 67 |
# File 'lib/core/camera.rb', line 64 def applicationDidFinishLaunching(aNotification) webview = aNotification.object.windows.objectAtIndex(0).contentView webview.frameLoadDelegate.fetchUrl(webview) end |