Package papyon :: Package event :: Module offline_messages :: Class OfflineMessagesEventInterface

Class OfflineMessagesEventInterface

source code

        object --+    
                 |    
BaseEventInterface --+
                     |
                    OfflineMessagesEventInterface

interfaces allowing the user to get notified about events from the Offline IM box.

Instance Methods
 
__init__(self, client)
Initializer
source code
 
on_oim_state_changed(self, state) source code
 
on_oim_messages_received(self, messages) source code
 
on_oim_messages_fetched(self, messages) source code
 
on_oim_messages_deleted(self) source code
 
on_oim_message_sent(self, recipient, message) 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, client)
(Constructor)

source code 

Initializer

Parameters:
  • client - the client we want to be notified for its events
Overrides: object.__init__
(inherited documentation)