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

interface XCallback
Description
specifices 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