Emit 'finish-launching' event when the application has finished launching.

This commit is contained in:
Cheng Zhao 2013-05-30 19:12:14 +08:00
parent 7dd48e24d3
commit 4133fc28d9
10 changed files with 28 additions and 10 deletions

View file

@ -28,6 +28,7 @@ class App : public EventEmitter,
virtual void OnWindowAllClosed() OVERRIDE;
virtual void OnOpenFile(bool* prevent_default,
const std::string& file_path) OVERRIDE;
virtual void OnFinishLaunching() OVERRIDE;
private:
static v8::Handle<v8::Value> New(const v8::Arguments &args);