Package Skype4Py :: Module skype :: Class APINotifier
[frames] | no frames]

Class APINotifier

source code

          object --+    
                   |    
api.SkypeAPINotifier --+
                       |
                      APINotifier

Instance Methods
 
__init__(self, skype)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
attachment_changed(self, status) source code
 
notification_received(self, notification) source code
 
sending_command(self, command) source code
 
reply_received(self, command) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

__init__(self, skype)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

attachment_changed(self, status)

source code 
Overrides: api.SkypeAPINotifier.attachment_changed

notification_received(self, notification)

source code 
Overrides: api.SkypeAPINotifier.notification_received

sending_command(self, command)

source code 
Overrides: api.SkypeAPINotifier.sending_command

reply_received(self, command)

source code 
Overrides: api.SkypeAPINotifier.reply_received