Overview | Methods | Fields | This Package | All Packages
Sets return data for the event.
final public void setReturnValue( boolean b )
final public void setReturnValue( String s )
final public void setReturnValue( int i )
final public void setReturnValue( Variant v )
Parameters
b
The boolean value for the event to return.
s
The String value for the event to return.
i
The int value for the event to return.
v
The Variant value for the event to return.
Remarks
Certain kinds of events require a response value. Use this method to return data to the event source.