Notification.
More...
§ __init__()
def Notifier.Notifier.__init__ |
( |
|
self, |
|
|
|
log = False , |
|
|
|
display = True |
|
) |
| |
Initializes a Notifier object
@param log
@param display
§ addNotice()
def Notifier.Notifier.addNotice |
( |
|
self, |
|
|
|
text, |
|
|
|
type = 'notice' |
|
) |
| |
add a notice
@param text
@param type
§ getNotice()
def Notifier.Notifier.getNotice |
( |
|
self | ) |
|
§ printNotice()
def Notifier.Notifier.printNotice |
( |
|
self | ) |
|
standard callback - print notice to terminal
§ push()
def Notifier.Notifier.push |
( |
|
self | ) |
|
§ setCallback()
def Notifier.Notifier.setCallback |
( |
|
self, |
|
|
|
cb |
|
) |
| |
set notifier callback
@param cb
The documentation for this class was generated from the following file: