Package trac :: Package ticket :: Module notification :: Class TicketAttachmentNotifier

Class TicketAttachmentNotifier

source code

    object --+    
             |    
core.Component --+
                 |
                TicketAttachmentNotifier

Sends notification on attachment change.
Nested Classes

Inherited from core.Component: __metaclass__

Instance Methods
 
attachment_added(self, attachment) source code
 
attachment_deleted(self, attachment) source code
 
attachment_reparented(self, attachment, old_parent_realm, old_parent_id) source code

Inherited from core.Component: __repr__

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

Static Methods

Inherited from core.Component: implements

Properties

Inherited from object: __class__