Package trac :: Module attachment :: Class IAttachmentChangeListener

Class IAttachmentChangeListener

source code

    object --+    
             |    
core.Interface --+
                 |
                IAttachmentChangeListener

Extension point interface for components that require notification when attachments are created, deleted, renamed or reparented.
Instance Methods
 
attachment_added(attachment)
Called when an attachment is added.
source code
 
attachment_deleted(attachment)
Called when an attachment is deleted.
source code
 
attachment_moved(attachment, old_parent_realm, old_parent_id, old_filename)
Called when an attachment is moved.
source code

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

Properties

Inherited from object: __class__