Emit a close event

This commit is contained in:
Samuel Attard 2017-05-29 21:33:43 +10:00
parent 9aa6b83f86
commit 6cdfb43e4e
5 changed files with 21 additions and 11 deletions

View file

@ -35,6 +35,7 @@ class Notification : public mate::TrackableObject<Notification>,
void OnClicked() override;
void OnReplied(std::string reply) override;
void OnShown() override;
void OnClosed() override;
protected:
Notification(v8::Isolate* isolate,