func userNotificationCenter (NSUserNotificationCenter, didDeliver : NSUserNotification)
Sent to the delegate when a notification delivery date has arrived.
通知配達日付が来た時に委任先に送られます。
func userNotificationCenter (NSUserNotificationCenter, didActivate : NSUserNotification)
Sent to the delegate when a user clicks on a user notification presented by the user notification center.
ユーザ通知センターによって提示されるユーザ通知上でユーザがクリックする時に委任先に送られます。