:: com :: sun :: star :: awt ::

unpublished interface XCallback
Usage Restrictions
not published
Description
specifies an interface which can be used to call back an implementation

Methods' Summary
notify notifies the callback implementation  
Methods' Details
notify
void
notify( [in] any  aData );

Description
notifies the callback implementation
Parameter aData
private data which was provided when the callback was requested.
Top of Page