Add "click" event for TrayIcon.

This commit is contained in:
Cheng Zhao 2014-06-02 11:08:29 +08:00
parent 9699dbb71f
commit cbd9366898
6 changed files with 43 additions and 1 deletions

View file

@ -12,4 +12,8 @@ TrayIcon::TrayIcon() {
TrayIcon::~TrayIcon() {
}
void TrayIcon::NotifyClicked() {
FOR_EACH_OBSERVER(TrayIconObserver, observers_, OnClicked());
}
} // namespace atom