Author: Frederik Holljen Date: 2006-09-25 10:24:34 +0200 (Mon, 25 Sep 2006) New Revision: 3573
Log: - added description Added: trunk/SignalSlot/DESCRIPTION Added: trunk/SignalSlot/DESCRIPTION =================================================================== --- trunk/SignalSlot/DESCRIPTION 2006-09-25 08:24:13 UTC (rev 3572) +++ trunk/SignalSlot/DESCRIPTION 2006-09-25 08:24:34 UTC (rev 3573) @@ -0,0 +1,5 @@ +The SignalSlot component implements a mechanism for inter and intra object +communication through the use of signals and slots. Signals are emitted through +instances of the ezcSignalCollection class and connected to as many functions as you +like. The SignalSlot component supports parametered signals and prioritized connections +as well as static signal connections. -- svn-components mailing list [email protected] http://lists.ez.no/mailman/listinfo/svn-components
