win: Add "balloon-clicked" event for Tray

This commit is contained in:
Cheng Zhao 2014-11-28 18:50:31 +08:00
parent 8097cb2b9e
commit 210c97f957
8 changed files with 22 additions and 0 deletions

View file

@ -31,4 +31,8 @@ void TrayIcon::NotifyDoubleClicked() {
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnDoubleClicked());
}
void TrayIcon::NotifyBalloonClicked() {
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnBalloonClicked());
}
} // namespace atom