Contents | Index | Previous | Next


TAgentJS.removeTMasterListenerJS() Method

unsubscribe master updates

Synopsis

Tango_agent.removeTMasterListenerJS(document);

Arguments

document Document object implementing TMasterListenerJS. Recipient of the master updates to unsubscribe.

Returns

Nothing.

Description

TAgentJS.removeTMasterListenerJS() undoes effects of TAgentJS.addTMasterListenerJS(). The function is rarely useful.

See Also

TAgentJS.addTMasterListenerJS() method