unregisterForNotification(StreamEventListener n) method
Format
void unregisterForNotification(StreamEventListener n)
Explanation
Cancels a registered listener object to prevent further execution of the callback process.
Parameters
n
Specifies a listener object.
Exceptions
The following table shows the exceptions and the conditions for their generation.
Exception | Generation condition |
---|---|
NullPointerException | null is specified for the parameter. |
SDPClientException |
|
Return value
None.