Add 'quit' and 'window-all-closed' events for app module.

This commit is contained in:
Cheng Zhao 2013-05-03 10:53:54 +08:00
parent 66404b5f15
commit 9b75019898
10 changed files with 123 additions and 15 deletions

View file

@ -10,7 +10,7 @@ namespace atom {
class NativeWindow;
class WindowListObserver {
public:
public:
// Called immediately after a window is added to the list.
virtual void OnWindowAdded(NativeWindow* window) {}