Sigal & Slot Implementation In D

Frank Benoit keinfarbton at googlemail.com
Wed Sep 17 05:43:25 PDT 2008


Sam Hu Wrote:

> I noticed and read the module Signal.d inside the package tango.core and was wondering whether this mechanism has been implemented in dwt or somewhere else.

DWT does not use tango.core.Signal
In DWT the SWT like typed and untyped listeners are used. For convinience template functions exist to make the use of "curried"-delegates in a typesafe way available.

See dgRunnable, dgListener.




More information about the Digitalmars-d-dwt mailing list