NextPrevUpTopContentsIndex

dde-client-advise-data

Generic Function

Summary

Called when data changes in an advise loop.

Package

win32

Signature

dde-client-advise-data key item data &key &allow-other-keys =>

Arguments

key

An object.

item

A string or symbol.

data

A string.

Values

None.

Description

The generic function dde-client-advise-data is the default function called when an advise loop informs a client that the data monitored by the loop has changed. By default it does nothing, but it may be specialized on the object used as the key in dde-advise-start or dde-advise-start*, or on a client conversation class if the default key is used.

See also

dde-advise-start

dde-advise-stop


LispWorks Reference Manual - 6 Apr 2005

NextPrevUpTopContentsIndex