Package timedrive :: Package utils :: Module usernotifications :: Class UserNotifications
[frames] | no frames]

Class UserNotifications

A class that abstracts the process of registering and posting notifications to the proper daemon. Uses pynotify on Ubuntu and Growl on Mac OS X.

Instance Methods
 
__init__(self)
 
Notify(self, messageTitle, messageBody)
Notifies the user of the current operation.
Method Details

Notify(self, messageTitle, messageBody)

 

Notifies the user of the current operation. Accepts two strings, a message title (usually set to the program title), and the body of the message.

Parameters:
  • messageTitle (String)
  • messageBody (String)