Package posterity :: Module core :: Class IMessageFilter

Class IMessageFilter



         object --+    
                  |    
component.Interface --+
                      |
                     IMessageFilter

Extension point interface for components that require notification of incoming and outgoing messages.

Instance Methods
 
incoming_message(self, account, msg)
Called when a new message has been added to an account
 
outgoing_message(self, account, msg)
Called when a outgoing message is about to be sent

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__