Chapter Contents |
Previous |
Next |
Object Class: _deleteReceiver |
Syntax | |
Details |
Syntax |
objectName._deleteReceiver( receiverID ); |
Argument | Type | Use | Description |
---|---|---|---|
receiverID | Numeric | Update | specifies the identifier of the object to remove from the broadcast recipient's list. It also removes the sending object from the receiving object's _senders_ list |
Details |
The _deleteReceiver method removes a receiverID from the broadcast recipients list of an object. Removing a receiver object from a sending object's receivers list is useful when an object no longer needs to receive broadcasts from a particular sender. The _deleteReceiver method also removes the sending object, from the receiving object's senders list.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.