Edgewall Software

Changes between Version 2 and Version 3 of TracDev/PluginDevelopment/ExtensionPoints/trac.attachment.IAttachmentChangeListener


Ignore:
Timestamp:
Jul 17, 2014, 8:15:08 PM (10 years ago)
Author:
Peter Suter
Comment:

Fix typo (attachment_deleteattachment_deleted)

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/PluginDevelopment/ExtensionPoints/trac.attachment.IAttachmentChangeListener

    v2 v3  
    1818Implementing the interface follows the standard guidelines found in [wiki:TracDev/ComponentArchitecture] and of course [wiki:TracDev/PluginDevelopment].
    1919
    20 When a user adds a new attachment the `attachment_added` method is called. Similarly `attachment_delete` is called when a user deletes an attachment or its parent resource, and `attachment_reparented` is called when a user moves an attachment to a new parent resource or renames the parent resource.
     20When a user adds a new attachment the `attachment_added` method is called. Similarly `attachment_deleted` is called when a user deletes an attachment or its parent resource, and `attachment_reparented` is called when a user moves an attachment to a new parent resource or renames the parent resource.
    2121
    2222== Examples ==