Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11148, comment 2


Ignore:
Timestamp:
Aug 19, 2015, 11:32:53 PM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11148, comment 2

    v1 v2  
    5151
    5252For exotic case when a component has to receive changed events from all entities, another helper method can be introduced that maps prefixed method calls to non-prefixed one. For example:
    53 {{{
    54 !#python
     53{{{#!python
    5554class AllEntitiesChangedEventsConsumer(Component):
    5655    join_prefixed_method(BasePostChangeListener)