Added a SetBroadcaster method so that I have a convenient way to set the broadcaster

for a given broadcast listener.
This commit is contained in:
hyatt%netscape.com 1999-02-10 10:15:22 +00:00
parent 497fca1d75
commit e8c3cbb4b5

View File

@ -3,4 +3,5 @@ interface XULBroadcastListener {
{ 0x96, 0xed, 0x0, 0x10, 0x4b, 0x7b, 0x7d, 0xeb } } */
void getBroadcaster(out Node node);
void setBroadcaster(in Node node);
};