Overview
Module
Use
Devguide
Index
Methods' Summary
Attributes' Summary
Methods' Details
Attributes' Details
::
com
::
sun
::
star
::
awt
::
unpublished
interface XCallback
Usage Restrictions
not published
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
Copyright © 2010 Sun Microsystems, Inc.