nsISupports
Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)This interface is used when implementing out-of-process handling of frames; the process handling a frame should implement this interface in order to receive messages.
void receiveMessage(); |
Called to deliver a message to the frame handling process; called with one parameter, which has the following properties:
name
sync
json
objects
Unimplementedfalse
.When the listener is called, the this
value is the target of the message.
void receiveMessage();
None.