Edgewall Software

Changes between Initial Version and Version 38 of Ticket #11148


Ignore:
Timestamp:
Aug 19, 2015, 11:44:00 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11148

    • Property Cc leho@… olemis+trac@… osimons Jun Omae added
    • Property Milestone unschedulednext-major-releases
  • Ticket #11148 – Description

    initial v38  
    11The proposal is inspired by #8834. Initial proposition suggests a new IResourceChangeListener interface:
    22
    3 {{{
    4 #!python
     3{{{#!python
    54class IResourceChangeListener(Interface):
    65    """Extension point interface for components that require notification
     
    4140}}}
    4241
    43 Please consider discussion related to this ticket on Trac Development group: https://groups.google.com/forum/?fromgroups=#!topic/trac-dev/aoJEUYm1wYM
     42Please consider discussion related to this ticket on [https://groups.google.com/forum/?fromgroups=#!topic/trac-dev/aoJEUYm1wYM Trac Development group].
    4443
    45 There is discussion on Bloodhound project about addition another !ChangingListener interface for within  transaction events and unifying I*Manipulator interfaces. So, solution the generic !ChangeListener events implementation can be used as basis for othe generic events.
     44There is discussion on Bloodhound project about addition another !ChangingListener interface for within  transaction events and unifying I*Manipulator interfaces. So, the solution for the generic !ChangeListener events implementation can be used as basis for other generic events.