Changes between Version 7 and Version 8 of signals


Ignore:
Timestamp:
11/29/2010 11:45:12 AM (13 years ago)
Author:
bastian.steinert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • signals

    v7 v8  
    11[[PageOutline(1-3)]]
    22
    3 = Introduction =
     3= Signals =
    44
    55A simple callback is a function call that is performed when another action took place. Normally, callback can be registered to an object and will be processed by that object whenever the time is right. There are several ways to implement such callbacks. Some are more general, others only apply to a subset of possible actions in the system. The ''Signals'' implementation tries to be usable in all cases but adds one or another constraint to keep code that uses signals readable.